View source: R/PADUS_FUNCTIONS.R
get_padus | R Documentation |
get_padus
returns a list of sf
objects extracted
from the PAD-US Dataset. Data are retrieved directly from
PAD-US ArcGIS Web Services.
get_padus(
template,
label,
layer = c("Manager_Name"),
extraction.dir = file.path(tempdir(), "FedData", "extractions", "padus", label),
force.redo = FALSE
)
template |
An |
label |
A character string naming the study area. |
layer |
A character vector containing one or more PAD-US Layers. By default, the Manager_Name layer is downloaded.
|
extraction.dir |
A character string indicating where the extracted and cropped PAD-US data should be put. |
force.redo |
If an extraction for this template and label already exists, should a new one be created? |
PAD-US is America’s official national inventory of U.S. terrestrial and marine protected areas that are dedicated to the preservation of biological diversity and to other natural, recreation and cultural uses, managed for these purposes through legal or other effective means. PAD-US also includes the best available aggregation of federal land and marine areas provided directly by managing agencies, coordinated through the Federal Geographic Data Committee Federal Lands Working Group.
A list of sf::sf collections extracted from the PAD-US Dataset.
## Not run:
# Get the PAD-US (USA ONLY)
PADUS <- get_padus(
template = FedData::meve,
label = "meve"
)
PADUS
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.