View source: R/get_NOAA_elevation.R
get_NOAA_elevation | R Documentation |
Download NOAA SLR DEM
get_NOAA_elevation( x, x_EPSG = 102719, DEM_EPSG = x_EPSG, res = 9.81, min_elev_cutoff = -5, workspace )
x |
A |
x_EPSG |
EPSG code of |
DEM_EPSG |
EPSG code of returned DEM. Default is same as |
res |
Desired resolution of DEM in map units of |
min_elev_cutoff |
Minimum elevation to keep (meters). NOAA SLR DEM uses -99 to denote permanent water surfaces |
workspace |
Path to bathtub folder |
NOAA SLR DEM clipped to stormwater network extent, reprojected to projection
of x
# noaa_elev <- get_NOAA_elevation(x = pipes, workspace = workspace)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.