datazoom.amazonia

Simplify access to data from the Brazilian Amazon

https://github.com/datazoompuc/datazoom.amazonia

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (15.7%) to scientific vocabulary

Keywords

amazonia datazoom municipality
Last synced: 6 months ago · JSON representation

Repository

Simplify access to data from the Brazilian Amazon

Basic Info
  • Host: GitHub
  • Owner: datazoompuc
  • License: other
  • Language: R
  • Default Branch: master
  • Homepage:
  • Size: 292 MB
Statistics
  • Stars: 60
  • Watchers: 1
  • Forks: 8
  • Open Issues: 4
  • Releases: 1
Topics
amazonia datazoom municipality
Created over 5 years ago · Last pushed 6 months ago
Metadata Files
Readme Changelog License

README.Rmd

---
output: github_document
---





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

# datazoom.amazonia


[![CRAN version](https://www.r-pkg.org/badges/version/datazoom.amazonia?color=orange)](https://cran.r-project.org/package=datazoom.amazonia?style=flat)
[![R build status](https://github.com/datazoompuc/datazoom.amazonia/workflows/R-CMD-check/badge.svg)](https://github.com/datazoompuc/datazoom.amazonia/actions?style=flat) 
[![CRAN downloads](https://cranlogs.r-pkg.org/badges/grand-total/datazoom.amazonia?color=blue)](https://cran.r-project.org/package=datazoom.amazonia?style=flat)
[![CRAN downloads](https://cranlogs.r-pkg.org/badges/datazoom.amazonia?color=lightgrey)](https://cran.r-project.org/package=datazoom.amazonia?style=flat)
![Languages](https://img.shields.io/github/languages/count/datazoompuc/datazoom.amazonia?style=flat)
![Commits](https://img.shields.io/github/commit-activity/y/datazoompuc/datazoom.amazonia?style=flat)
![Open Issues](https://img.shields.io/github/issues-raw/datazoompuc/datazoom.amazonia?style=flat)
![Closed Issues](https://img.shields.io/github/issues-closed-raw/datazoompuc/datazoom.amazonia?style=flat)
![Files](https://img.shields.io/github/directory-file-count/datazoompuc/datazoom.amazonia?style=flat)
![Followers](https://img.shields.io/github/followers/datazoompuc?style=flat)


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](https://CRAN.R-project.org/package=datazoom.amazonia) 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")
```

```{r, echo=FALSE, message=FALSE}
devtools::load_all()
```


**[1 - Environmental data](#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](#social-data)**
||| |---|---| | **[IPS](#ips)** | _Amazon Social Progress Index_ | | **[IEMA](#iema)** | _Access to electricity in the Amazon region_ | | **[Population](#population)** | _Population_ |
**[3 - Economic data](#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](#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 ```{r child = "vignettes/PRODES.Rmd"} ``` ## DETER ```{r child = "vignettes/DETER.Rmd"} ``` ## DEGRAD ```{r child = "vignettes/DEGRAD.Rmd"} ``` ## Imazon ```{r child = "vignettes/IMAZON.Rmd"} ``` 🔴 This function uses the `googledrive` package to download data. In case of authentication errors, see [googledrive](#googledrive). ## IBAMA ```{r child = "vignettes/IBAMA.Rmd"} ``` ## MapBiomas ```{r child = "vignettes/MAPBIOMAS.Rmd"} ``` ## TerraClimate ```{r child = "vignettes/TERRACLIMATE.Rmd"} ``` ## SEEG ```{r child = "vignettes/SEEG.Rmd"} ``` 🔴 This function uses the `googledrive` package to download data at the municipality level. In case of authentication errors, see [googledrive](#googledrive). ## CENSOAGRO ```{r child = "vignettes/CENSOAGRO.Rmd"} ``` # Social Data ## IPS ```{r child = "vignettes/IPS.Rmd"} ``` ## IEMA ```{r child = "vignettes/IEMA.Rmd"} ``` 🔴 This function uses the `googledrive` package to download data. In case of authentication errors, see [googledrive](#googledrive). ## Population ```{r child = "vignettes/POPULATION.Rmd"} ``` # Economic Data ## COMEX ```{r child = "vignettes/COMEX.Rmd"} ``` ## BACI ```{r child = "vignettes/BACI.Rmd"} ``` ## PIB-Munic ```{r child = "vignettes/PIBMUNIC.Rmd"} ``` ## CEMPRE ```{r child = "vignettes/CEMPRE.Rmd"} ``` ## PAM ```{r child = "vignettes/PAM.Rmd"} ``` ## PEVS ```{r child = "vignettes/PEVS.Rmd"} ``` ## PPM ```{r child = "vignettes/PPM.Rmd"} ``` ## SIGMINE ```{r child = "vignettes/SIGMINE.Rmd"} ``` ## ANEEL ```{r child = "vignettes/ANEEL.Rmd"} ``` ## EPE ```{r child = "vignettes/EPE.Rmd"} ``` # Other tools ## Legal Amazon Municipalities ```{r child = "vignettes/municipalities.Rmd"} ``` ## The 'googledrive' package ```{r child = "vignettes/GOOGLEDRIVE.Rmd"} ``` ## 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: . 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}, } ```

Owner

  • Name: Data Zoom
  • Login: datazoompuc
  • Kind: organization
  • Email: datazoom@econ.puc-rio.br
  • Location: PUC-Rio

Project developed by the Economics Department of PUC-Rio. It aims to promote access, processing, and analysis of Brazilian microdata.

GitHub Events

Total
  • Issues event: 25
  • Watch event: 7
  • Delete event: 20
  • Issue comment event: 22
  • Push event: 179
  • Pull request review comment event: 35
  • Pull request review event: 32
  • Pull request event: 33
  • Fork event: 1
  • Create event: 20
Last Year
  • Issues event: 25
  • Watch event: 7
  • Delete event: 20
  • Issue comment event: 22
  • Push event: 179
  • Pull request review comment event: 35
  • Pull request review event: 32
  • Pull request event: 33
  • Fork event: 1
  • Create event: 20

Committers

Last synced: 6 months ago

All Time
  • Total Commits: 917
  • Total Committers: 28
  • Avg Commits per committer: 32.75
  • Development Distribution Score (DDS): 0.802
Past Year
  • Commits: 25
  • Committers: 7
  • Avg Commits per committer: 3.571
  • Development Distribution Score (DDS): 0.64
Top Committers
Name Email Commits
Igor Rigolon i****e@h****m 182
FredieDidier f****r@t****r 126
gnjardim 4****m 114
BrunoAlcantaraD 6****D 102
arthurcbps a****s@g****m 76
Victor Aliende da Matta v****4@g****m 73
Daniel AC Barbosa d****b@g****m 49
annasaraiva a****a 49
Francisco f****i@g****m 43
titogbruni t****i@g****m 19
Luiz Guilherme Lopes Moussatche l****m@g****m 17
brenoavidos b****s@g****m 15
Maria Clara Mano m****o@g****m 8
Michelle Souza M****0@g****m 8
Fernanda Watkins f****w@g****m 7
Victor Hugo Schieck Terziani 1****i 5
Isaac Newton i****n@c****g 4
giuliaimbu 1****u 4
João Paulo Barbosa j****9@g****m 3
carolinamoura2000 1****0 3
Shai 1****i 2
Matthieu M****r@g****m 2
Antonio Bergallo 1****o 1
Bernardo Furlanetto Sieira b****a@g****m 1
Felipe de Moraes f****n@g****m 1
Vanndher Amós v****9@g****m 1
FranciscoCavalcanti f****i@g****m 1
pablotadeu p****o@g****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 76
  • Total pull requests: 98
  • Average time to close issues: 3 months
  • Average time to close pull requests: 16 days
  • Total issue authors: 21
  • Total pull request authors: 16
  • Average comments per issue: 0.88
  • Average comments per pull request: 0.39
  • Merged pull requests: 82
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 12
  • Pull requests: 34
  • Average time to close issues: 2 months
  • Average time to close pull requests: 17 days
  • Issue authors: 9
  • Pull request authors: 8
  • Average comments per issue: 0.5
  • Average comments per pull request: 0.47
  • Merged pull requests: 25
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • IgorRigolon (15)
  • VictorHugoTerziani (12)
  • giuliaimbu (11)
  • AntonioBergallo (7)
  • lauratregadas (5)
  • gnjardim (4)
  • fernandanevesw (4)
  • ArthurLins-code (3)
  • geamaro (2)
  • efram2 (2)
  • reichaves (2)
  • OlivazShai (1)
  • galdinothais (1)
  • ctregadas (1)
  • RhayH (1)
Pull Request Authors
  • IgorRigolon (29)
  • gnjardim (13)
  • brenoavidos (11)
  • bernardo-sieira (8)
  • giuliaimbu (6)
  • efram2 (5)
  • Vanndher (5)
  • VictorHugoTerziani (4)
  • carolinamoura2000 (4)
  • OlivazShai (4)
  • FredieDidier (3)
  • FEconomist (2)
  • titogbruni (1)
  • AntonioBergallo (1)
  • lauratregadas (1)
Top Labels
Issue Labels
bug (29) enhancement (21) documentation (5)
Pull Request Labels
enhancement (3) documentation (2) bug (1)

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 1
proxy.golang.org: github.com/datazoompuc/datazoom.amazonia
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent packages count: 5.4%
Average: 5.6%
Dependent repos count: 5.8%
Last synced: 6 months ago

Dependencies

DESCRIPTION cran
  • R >= 4.0 depends
  • Hmisc * imports
  • RCurl * imports
  • XML * imports
  • data.table * imports
  • dplyr * imports
  • janitor * imports
  • lubridate * imports
  • magrittr * imports
  • purrr * imports
  • readr * imports
  • readxl * imports
  • sf * imports
  • sidrar * imports
  • stringi * imports
  • stringr * imports
  • tibble * imports
  • tidyr * imports
  • utils * imports
  • foreign * suggests
  • googledrive * suggests
  • knitr * suggests
  • rmarkdown * suggests
  • terra * suggests
.github/workflows/R-CMD-check.yaml actions
  • actions/cache v2 composite
  • actions/checkout v3 composite
  • actions/upload-artifact main composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
.github/workflows/pr-commands.yaml actions
  • actions/checkout v2 composite
  • r-lib/actions/pr-fetch v1 composite
  • r-lib/actions/pr-push v1 composite
  • r-lib/actions/setup-r v1 composite