hydrobr
Package developed to download, filter and quality check hydrological data from the Brazilian National Water Agency (Agência Nacional de Águas)
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 (13.0%) to scientific vocabulary
Repository
Package developed to download, filter and quality check hydrological data from the Brazilian National Water Agency (Agência Nacional de Águas)
Basic Info
- Host: GitHub
- Owner: hydroversebr
- License: gpl-3.0
- Language: R
- Default Branch: main
- Size: 1.42 MB
Statistics
- Stars: 18
- Watchers: 2
- Forks: 4
- Open Issues: 0
- Releases: 1
Metadata Files
README.md

English | Português
hydrobr
Description
The hydrobr package was developed to help users select, download and clean data from pluvio- and fluviometric stations from the Brazilian National Water Agency (pt: Agência Nacional de Águas - ANA). The data is made available by ANA and is one of the main databases for hydrological studies in Brazil. These is a beta version (version 0.0.0.9000), which was tested by the developers in few Brazilian basins. Please ensure that processings are correct in your study case by a cross check and let us know. Functions for statistical analyses are currently under development.
This is a voluntary initiative from a few Brazilian hydrologists and part of the hydroversebr. The package improvement is open to enthusiasts. Contact us if you want to be part of the team and help us develop this project.
Installing this package
You can download and install the most up-to-date version directly from this repository. The procedure is 1. Install the package "devtools" (you only have to do this once. Note that this will also install several dependancies) 2. Load the devtools library 3. Install the package.
The commands are:
R
if (!require(devtools)) install.packages("devtools")
library(devtools)
install_github("hydroversebr/hydrobr", build_vignettes = TRUE)
To read the vignettes and examples of how to use the package:
R
vignette(package = 'hydrobr', topic = 'intro_to_hydrobr')
Contact
Owner
- Name: hydroversebr
- Login: hydroversebr
- Kind: user
- Repositories: 3
- Profile: https://github.com/hydroversebr
A group of hydrologist which desire to develop a R package (or collection of packages) to support hydrological analysis and modeling for Brazil
GitHub Events
Total
- Watch event: 5
- Push event: 18
Last Year
- Watch event: 5
- Push event: 18
Committers
Last synced: 11 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Arthur Telles Calegario | t****o@g****m | 206 |
| Daniel Althoff | 3****f@u****m | 40 |
| hydroversebr | 1****r@u****m | 9 |
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 0
- Total pull requests: 64
- Average time to close issues: N/A
- Average time to close pull requests: 5 minutes
- Total issue authors: 0
- Total pull request authors: 3
- Average comments per issue: 0
- Average comments per pull request: 0.08
- Merged pull requests: 60
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- hydroversebr (1)
Pull Request Authors
- tcalegario (28)
- hydroversebr (25)
- daniel-althoff (18)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- Kendall * imports
- dplyr * imports
- geobr * imports
- ggplot2 * imports
- lubridate * imports
- magrittr * imports
- randtests * imports
- reshape2 * imports
- rlang * imports
- sf * imports
- stringr * imports
- terra * imports
- tibble * imports
- tidyr * imports
- trend * imports
- whitebox * imports
- xml2 * imports
- zoo * imports
- knitr * suggests
- rmarkdown * suggests
- testthat >= 3.0.0 suggests