View source: R/floodplain_volume.R
floodplain_volume | R Documentation |
Calculate the volume of the floodplain between a DEM and a water surface.
floodplain_volume(dem, watersurface)
dem |
terra SpatRast object; A DEM. Elevation units = feet. |
watersurface |
terra SpatRaster object; The water surface. Created using the detrend$trend surface and adding water depth in "bathtub" inundation modeling. |
A numeric value representing the volume between the teo surfaces in cubic meters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.