‘airGRdatasets’ provides metadata and catchment-scale aggregated hydro-meteorological time series on a pool of French catchments for use by the ‘airGR’ packages. More especially, it can be used by teachers and students for hydrological modeling exercises adapted to the ‘airGRteaching’ package as described in Delaigue et al. (submitted) and in the ‘airGRteaching’ vignettes.
For more details:
?airGRdatasets
Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)
To install the version of the package that is on the CRAN, you just have to use the following command line:
install.packages("airGRdatasets")
To use the development version of the package that is on GitLab, you have first to install the ‘remotes’ package. Then you can install the ‘airGRdatasets’ package in the R environment:
install.packages("remotes")
::install_gitlab(repo = "HYCAR-Hydro/airgrgalaxy/airgrdatasets",
remoteshost = "https://gitlab.irstea.fr")