get_NOAA_elevation.Rd
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)