get_wbd {FedData} | R Documentation |
Download and crop the Watershed Boundary Dataset.
Description
get_wbd
returns an Simple Feature
collection of the HUC 12 regions within
the specified template
.
Usage
get_wbd(
template,
label,
extraction.dir = file.path(tempdir(), "FedData", "extractions", "nhd", label),
force.redo = FALSE
)
Arguments
template |
An |
label |
A character string naming the study area. |
extraction.dir |
A character string indicating where the extracted and cropped NHD data should be put. |
force.redo |
If an extraction for this template and label already exists, should a new one be created? |
Value
An sf
collection of the HUC 12 regions within
the specified template
.
[Package FedData version 4.0.1 Index]