View source: R/get_nhdplushr.R
get_hr_data | R Documentation |
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
)
gdb |
character path to geodatabase to get data from. |
layer |
character layer name from geodatabase found with st_layers |
min_size_sqkm |
numeric minimum basin size to be included in the output |
simp |
numeric simplification tolerance in units of projection |
proj |
a projection specification compatible with st_crs |
rename |
boolean if TRUE, nhdplusTools standard attribute values will be applied. |
sf data.frame containing requested data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.