knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

datazoom.amazonia

CRAN version R build status CRAN downloads CRAN downloads Languages Commits Open Issues Closed Issues Files Followers

The datazoom.amazonia package facilitates access to official Brazilian Amazon data, including agriculture, deforestation, production. The package provides functions that download and pre-process selected datasets.

Installation

You can install the released version of datazoom.amazonia from CRAN with:

``` {r, eval=FALSE} install.packages("datazoom.amazonia")

And the development version from GitHub with:

``` {r, eval=FALSE}
# install.packages("devtools")
devtools::install_github("datazoompuc/datazoom.amazonia")
devtools::load_all()

1 - Environmental data

||| |---|---| | **[PRODES](#prodes)** | _Yearly deforestation_ | | **[DETER](#deter)** | _Alerts on forest cover changes_ | | **[DEGRAD](#degrad)** | _Forest degradation_ | | **[Imazon](#imazon)** | _Deforestation pressure in the Amazon_ | ||| |---|---| | **[IBAMA](#ibama)** | _Environmental fines_ | | **[MapBiomas](#mapbiomas)** | _Land cover and land use_ | | **[TerraClimate](#terraclimate)** | _Climate data_ | | **[SEEG](#seeg)** | _Greenhouse gas emission estimates_ | | **[CENSOAGRO](#censoagro)** | _Agriculture activities_ |

2 - Social data

||| |---|---| | **[IPS](#ips)** | _Amazon Social Progress Index_ | | **[DATASUS](#datasus)** | _Causes of mortality and availability of hospital beds_ | | **[IEMA](#iema)** | _Access to electricity in the Amazon region_ | | **[Population](#population)** | _Population_ |

3 - Economic data

||| |---|---| | **[COMEX](#comex)** | _Brazilian international trade_ | | **[BACI](#baci)** | _Global international trade_ | | **[PIB-Munic](#pib-munic)** | _Municipal GDP_ | | **[CEMPRE](#cempre)** | _Central register of companies_ | | **[PAM](#pam)** | _Agricultural production_ | ||| |---|---| | **[PEVS](#pevs)** | _Forestry and extraction_ | | **[PPM](#ppm)** | _Livestock farming_ | | **[SIGMINE](#sigmine)** | _Mining_ | | **[ANEEL](#aneel)** | _Energy development_ | | **[EPE](#epe)** | _Energy consumption_ |

4 - Other tools

||| |---|---| | **[Legal Amazon Municipalities](#legal-amazon-municipalities)** | _Dataset with brazilian cities and whether they belong to the Legal Amazon_ | | **[The 'googledrive' package](#googledrive)** | _Troubleshooting and information for downloads from Google Drive_ |

Environmental Data

PRODES


DETER


DEGRAD


Imazon


🔴 This function uses the googledrive package to download data. In case of authentication errors, see googledrive.

IBAMA


MapBiomas


TerraClimate


SEEG


🔴 This function uses the googledrive package to download data at the municipality level. In case of authentication errors, see googledrive.

CENSOAGRO


Social Data

IPS


DATASUS


IEMA


🔴 This function uses the googledrive package to download data. In case of authentication errors, see googledrive.

Population


Economic Data

COMEX


BACI


PIB-Munic


CEMPRE


PAM


PEVS


PPM


SIGMINE


ANEEL


EPE


Other tools

Legal Amazon Municipalities


The 'googledrive' package


Credits

DataZoom is developed by a team at Pontifícia Universidade Católica do Rio de Janeiro (PUC-Rio), Department of Economics. Our official website is at: https://www.econ.puc-rio.br/datazoom/.

To cite package datazoom.amazonia in publications use:

Data Zoom (2023). Data Zoom: Simplifying Access To Brazilian Microdata.
https://www.econ.puc-rio.br/datazoom/english/index.html

A BibTeX entry for LaTeX users is:

@Unpublished{DataZoom2023,
    author = {Data Zoom},
    title = {Data Zoom: Simplifying Access To Brazilian Microdata},
    url = {https://www.econ.puc-rio.br/datazoom/english/index.html},
    year = {2023},
}


datazoompuc/datazoom.amazonia documentation built on April 20, 2024, 8:50 a.m.