hubeau
An R-package proposing a collection of function to help retrieve data from the French national databases on water.
https://github.com/inrae/hubeau
Category: Hydrosphere
Sub Category: Ocean and Hydrology Data Access
Last synced: about 18 hours ago
JSON representation
Repository metadata
R package for downloading data from the French Hub'Eau APIs: https://hubeau.eaufrance.fr/
- Host: GitHub
- URL: https://github.com/inrae/hubeau
- Owner: inrae
- License: other
- Created: 2021-08-06T12:25:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-05-21T08:04:50.000Z (7 months ago)
- Last Synced: 2025-12-05T13:12:26.733Z (20 days ago)
- Language: R
- Homepage: https://inrae.github.io/hubeau/
- Size: 18 MB
- Stars: 12
- Watchers: 6
- Forks: 6
- Open Issues: 6
- Releases: 6
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
README.Rmd
---
output: github_document
---
```{r opts, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# hubeau an R package for the Hub'Eau APIs
[](https://cran.r-project.org/package=hubeau)
[](https://cran.r-project.org/package=hubeau)
[](https://doi.org/10.57745/XKN6NC)
`r badger::badge_license(color = "orange")`
`r badger::badge_lifecycle("stable", color = "blue")`
[](https://github.com/inrae/hubeau/actions/workflows/R-CMD-check.yaml)
'hubeau' is an R-package proposing a collection of function to help retrieve data from the French national databases on water: https://hubeau.eaufrance.fr
# Installation
``` r
# Install released version from CRAN
install.packages("hubeau")
# Install development version from GitHub:
# install.packages("remotes")
remotes::install_github("inrae/hubeau")
```
# Loading library
```{r library}
library(hubeau)
```
# Get started
```{r import_documentationchild, results='asis', echo=FALSE}
convert_link <- function(s) {
m <- gregexpr("\\[.*\\(\\)\\]", s)
if (m[[1]][1] == -1) return(s)
x <- regmatches(s, m)
x <- gsub("\\[|\\(|\\)|\\]", "", x)
x2 <- strsplit(x, "_", fixed = TRUE)[[1]]
x2 <- paste(x2[-length(x2)], collapse = "_")
apis <- list_apis()
x2 <- paste0("get_", apis[sapply(apis, grepl, x = x2, fixed = TRUE)])
x <- sprintf("[`%s`](https://inrae.github.io/hubeau/reference/%s.html)", x, x2)
regmatches(s, m) <- x
s
}
s <- readLines("man-roxygen/hubeau.md")
s2 <- lapply(s, convert_link)
cat(paste(s2, collapse = "\n"))
```
A complete documentation is available on the package website: https://inrae.github.io/hubeau/
# Acknowledgements
The authors would like to thank the European Commission and the French National Research Agency (ANR) for funding in the frame of the collaborative international consortium [IN-WOP](http://www.waterjpi.eu/joint-calls/joint-call-2018-waterworks-2017/booklet/in-wop) financed under the 2018 Joint call of the WaterWorks2017 ERA-NET Cofund. This ERA-NET is an integral part of the activities developed by the Water JPI.
   
Owner metadata
- Name: INRAE
- Login: inrae
- Email:
- Kind: organization
- Description: INRAE, French National Institute for Agriculture, Food and Environment
- Website: https://www.inrae.fr/en
- Location: France
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/64418390?v=4
- Repositories: 27
- Last ynced at: 2024-04-16T23:23:29.896Z
- Profile URL: https://github.com/inrae
GitHub Events
Total
- Issues event: 9
- Watch event: 2
- Delete event: 2
- Issue comment event: 5
- Push event: 22
- Pull request event: 1
- Fork event: 1
- Create event: 2
Last Year
- Issues event: 5
- Delete event: 2
- Issue comment event: 4
- Push event: 18
- Pull request event: 1
- Create event: 1
Committers metadata
Last synced: 1 day ago
Total Commits: 198
Total Committers: 6
Avg Commits per committer: 33.0
Development Distribution Score (DDS): 0.576
Commits in past year: 17
Committers in past year: 1
Avg Commits per committer in past year: 17.0
Development Distribution Score (DDS) in past year: 0.0
| Name | Commits | |
|---|---|---|
| David Dorchies | 1****h | 84 |
| Dorchies David | d****s@i****r | 57 |
| Dorchies David | d****s@i****r | 42 |
| PascalIrz | p****z@g****m | 13 |
| cedric.mondy | c****y@o****r | 1 |
| Sébastien Grall | s****l@g****m | 1 |
Committer domains:
- ofb.gouv.fr: 1
- irstea.fr: 1
- inrae.fr: 1
Issue and Pull Request metadata
Last synced: 3 months ago
Total issues: 33
Total pull requests: 24
Average time to close issues: 3 months
Average time to close pull requests: 30 days
Total issue authors: 6
Total pull request authors: 5
Average comments per issue: 0.61
Average comments per pull request: 0.54
Merged pull request: 21
Bot issues: 0
Bot pull requests: 0
Past year issues: 7
Past year pull requests: 3
Past year average time to close issues: about 2 months
Past year average time to close pull requests: 6 minutes
Past year issue authors: 4
Past year pull request authors: 1
Past year average comments per issue: 0.43
Past year average comments per pull request: 0.0
Past year merged pull request: 1
Past year bot issues: 0
Past year bot pull requests: 0
Top Issue Authors
- DDorch (26)
- PascalIrz (3)
- marqisoft (1)
- gt-inrae (1)
- Skady25 (1)
- CedricMondy (1)
Top Pull Request Authors
- DDorch (15)
- PascalIrz (6)
- LafageDenis (1)
- SebastienGrall (1)
- OFB-IdF (1)
Top Issue Labels
- enhancement (11)
- bug (6)
- documentation (2)
- duplicate (1)
Top Pull Request Labels
- documentation (2)
- enhancement (1)
Package metadata
- Total packages: 2
-
Total downloads:
- cran: 627 last-month
- Total dependent packages: 0 (may contain duplicates)
- Total dependent repositories: 0 (may contain duplicates)
- Total versions: 13
- Total maintainers: 1
proxy.golang.org: github.com/inrae/hubeau
- Homepage:
- Documentation: https://pkg.go.dev/github.com/inrae/hubeau#section-documentation
- Licenses: other
- Latest release: v0.5.2 (published 8 months ago)
- Last Synced: 2025-12-23T03:01:44.050Z (3 days ago)
- Versions: 7
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent packages count: 5.395%
- Average: 5.576%
- Dependent repos count: 5.758%
cran.r-project.org: hubeau
Get Data from the French National Database on Water 'Hub'Eau'
- Homepage: https://inrae.github.io/hubeau/
- Documentation: http://cran.r-project.org/web/packages/hubeau/hubeau.pdf
- Licenses: MIT + file LICENSE
- Latest release: 0.5.2 (published 8 months ago)
- Last Synced: 2025-12-23T03:01:43.867Z (3 days ago)
- Versions: 6
- Dependent Packages: 0
- Dependent Repositories: 0
- Downloads: 627 Last month
-
Rankings:
- Forks count: 11.273%
- Downloads: 19.244%
- Average: 24.854%
- Stargazers count: 28.503%
- Dependent packages count: 29.797%
- Dependent repos count: 35.455%
- Maintainers (1)
Dependencies
- actions/checkout v2 composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
- actions/checkout v2 composite
- r-lib/actions/setup-pandoc v1 composite
- r-lib/actions/setup-r v1 composite
- r-lib/actions/setup-r-dependencies v1 composite
- R >= 2.10 depends
- dplyr * imports
- httr * imports
- purrr * imports
- tibble * imports
- urltools * imports
- spelling * suggests
- testthat >= 3.0.0 suggests
Score: 11.124671393592418