HSA is a R package dedicated to the computation of hydrological signatures based on streamflow, precipitation and air temperature time series.
Details on the implemented signatures can be found in Horner (2020) and Horner et al. (2020).
I recommend you use the devtools package to install the HSA package:
install.package("devtools")
To install the package using devtools, run the following commands:
library(devtools)
install_github("IvanHeriver/hsa-R-package")
Load the package:
library(HSA)
I. Horner, “Design and evaluation of hydrological signatures for the diagnosis and improvement of a process-based distributed hydrological model.” PhD thesis, Université Grenoble Alpes
I. Horner, F. Branger, H. McMillan, O. Vannier, and I. Braud, “Information content of snow hydrological signatures based on streamflow, precipitation and temperature,” Hydrological Processes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.