Download USGS 3DEP DEM (1/9 arc second ~ 10 m)

get_3DEP_elevation(x, topobathy = F, view = F)

Arguments

x

A sf object denoting stormwater pipes used to calculate extent.

topobathy

Select only topographic+bathymetric data?

view

View available data tile extent to assist in selecting data?

Value

USGS 3DEP 1/9 arc-second DEM clipped to stormwater network extent, reprojected to projection of x.

Examples

# usgs_elev <- get_3DEP_elevation(x = pipes, topobathy = T, view = T)