Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/super-lou/aeag_toolbox
🛠️ R toolbox to provide a simple way of interacting with all the code necessary to carry out hydrological stationnarity analysis for the Agence de l'Eau Adour-Garonne (AEAG)
https://github.com/super-lou/aeag_toolbox
climate climate-change climate-data data-analysis data-visualization environment hydrology inrae low-water mann-kendall mann-kendall-tests r stationarity-test statistics
Last synced: about 5 hours ago
JSON representation
🛠️ R toolbox to provide a simple way of interacting with all the code necessary to carry out hydrological stationnarity analysis for the Agence de l'Eau Adour-Garonne (AEAG)
- Host: GitHub
- URL: https://github.com/super-lou/aeag_toolbox
- Owner: super-lou
- Created: 2022-07-08T16:13:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-20T02:17:44.000Z (11 months ago)
- Last Synced: 2024-01-29T15:19:06.997Z (11 months ago)
- Topics: climate, climate-change, climate-data, data-analysis, data-visualization, environment, hydrology, inrae, low-water, mann-kendall, mann-kendall-tests, r, stationarity-test, statistics
- Language: R
- Homepage:
- Size: 38 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AEAG_toolbox
[![Lifecycle: maturing](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://lifecycle.r-lib.org/articles/stages.html)
![](https://img.shields.io/github/last-commit/super-lou/AEAG_toolbox)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](code_of_conduct.md)**AEAG_toolbox** is a R toolbox based on [EXstat](https://github.com/super-lou/EXstat) and [CARD](https://github.com/super-lou/CARD) packages. Its main objective is to provide a simple way of interacting with all these codes to carry out hydrological stationnarity analysis for the Agence de l'Eau Adour-Garonne (AEAG).
This project was carried out for National Research Institute for Agriculture, Food and the Environment (Institut National de Recherche pour l’Agriculture, l’Alimentation et l’Environnement, [INRAE](https://agriculture.gouv.fr/inrae-linstitut-national-de-recherche-pour-lagriculture-lalimentation-et-lenvironnement) in french).
## Installation
For latest development version
```
git clone https://github.com/super-lou/AEAG_toolbox.git
```## Documentation
### Example of data
Data can came from [Hydroportail](https://www.hydro.eaufrance.fr/) and the selection of stations follows the Reference Network for Low Water Monitoring (Réseau de référence pour la surveillance des étiages, [RRSE](https://geo.data.gouv.fr/en/datasets/29819c27c73f29ee1a962450da7c2d49f6e11c15) in french).## FAQ
*I have a question.*- **Solution**: Search existing issue list and if no one has a similar question create a new issue.
*I found a bug.*
- **Good Solution**: Search existing issue list and if no one has reported it create a new issue.
- **Better Solution**: Along with issue submission provide a minimal reproducible code sample.
- **Best Solution**: Fix the issue and submit a pull request. This is the fastest way to get a bug fixed.## Code of Conduct
Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.