Download spatial data of urbanized areas in Brazil
This function reads the official data on the urban footprint of Brazilian cities in the years 2005 and 2015. Original data were generated by the Institute of Geography and Statistics (IBGE) For more information about the methodology, see details at https://biblioteca.ibge.gov.br/visualizacao/livros/liv100639.pdf
read_urban_area(year = 2015, simplified = TRUE, showProgress = TRUE)
year |
A year number in YYYY format. Defaults to |
simplified |
Logic |
showProgress |
Logical. Defaults to |
An "sf" "data.frame"
object
## Not run: if (interactive()) { # Read urban footprint of Brazilian cities in an specific year d <- read_urban_area(year=2005) } ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.