Download urban concentration areas in Brazil
This function reads the official data on the urban concentration areas (Areas de Concentracao de Populacao) of Brazil. Original data were generated by the Institute of Geography and Statistics (IBGE) For more information about the methodology, see details at https://www.ibge.gov.br/apps/arranjos_populacionais/2015/pdf/publicacao.pdf
read_urban_concentrations(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 uc <- read_urban_concentrations(year=2015) } ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.