read_conservation_units {geobr} | R Documentation |
Download spatial data of Brazilian environmental conservation units
Description
This data set covers the whole of Brazil and it includes the polygons of all conservation units present in Brazilian territory. The last update of the data was 09-2019. The original data comes from MMA and can be found at "http://mapas.mma.gov.br/i3geo/datadownload.htm".
Usage
read_conservation_units(date = 201909, simplified = TRUE, showProgress = TRUE)
Arguments
date |
Numeric. Date of the data in YYYYMM format. Defaults to |
simplified |
Logic |
showProgress |
Logical. Defaults to |
Value
An "sf" "data.frame"
object
See Also
Other general area functions:
read_census_tract()
Examples
# Read conservation_units
b <- read_conservation_units(date = 201909)