get_anp_peru | R Documentation |
Downloads spatial data of protected natural areas in Peru declared by SERNAP (National Service of Natural Protected Areas). Data were obtained from GEO ANP as the official source. The data are in the "WGRS84" reference system and CRS(4326).
get_anp_peru(anp = NULL, showProgress = TRUE)
anp |
A character or a vector with the name(s) of the protected natural areas in Peru. |
showProgress |
Logical TRUE or FALSE to display a progress bar during download. |
An "sf" "data.frame"
object containing the spatial data of Peru's protected natural areas.
# Read specific ANP
manu <- get_anp_peru(anp = "Manu")
pampa_galeras <- get_anp_peru(anp = "Pampa Galeras")
# Read more than one ANP
anps <- get_anp_peru(anp = c("Manu", "Yanachaga", "Calipuy"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.