Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

get_hr_data

Get NHDPlus HiRes Data


Description

Use to remove unwanted detail NHDPlusHR data See get_nhdplushr for examples.

Usage

get_hr_data(
  gdb,
  layer = NULL,
  min_size_sqkm = NULL,
  simp = NULL,
  proj = NULL,
  rename = TRUE
)

Arguments

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.


nhdplusTools

NHDPlus Tools

v0.4.0
CC0
Authors
David Blodgett [aut, cre], Mike Johnson [ctb] (<https://orcid.org/0000-0002-5288-8350>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.