Use to remove unwanted detail NHDPlusHR data See get_nhdplushr for examples.
get_hr_data(
gdb,
layer = NULL,
min_size_sqkm = NULL,
simp = NULL,
proj = NULL,
rename = TRUE
)
character path to geodatabase to get data from.
character layer name from geodatabase found with st_layers
numeric minimum basin size to be included in the output
numeric simplification tolerance in units of projection
a projection specification compatible with st_crs
boolean if TRUE, nhdplusTools standard attribute values will be applied.
sf data.frame containing requested data