powered by
get_nhd returns a list of `sf` objects extracted from the National Hydrography Dataset.
get_nhd
get_nhd( template, label, nhdplus = FALSE, extraction.dir = file.path(tempdir(), "FedData", "extractions", "nhd", label), force.redo = FALSE )
A list of `sf` collections extracted from the National Hydrography Dataset.
A `Raster*`, `Spatial*`, or `sf` object to serve as a template for cropping.
A character string naming the study area.
Extract data from the USGS NHDPlus High Resolution service (experimental)
A character string indicating where the extracted and cropped NHD data should be put.
If an extraction for this template and label already exists, should a new one be created?
if (FALSE) { # Get the NHD (USA ONLY) NHD <- get_nhd( template = FedData::meve, label = "meve" ) NHD NHD %>% plot_nhd(template = FedData::meve) }
Run the code above in your browser using DataLab