Skip to content

hzambran/hydroTSM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hydroTSM

Research software impact Build Status

hydroTSM provides S3 functions for management, analysis, interpolation and plotting of time series used in hydrology and related environmental sciences. In particular, this package is highly oriented to hydrological modelling tasks.

The focus of this package has been put in providing a collection of tools useful for the daily work of hydrologists (although an effort was made to optimize each function as much as possible, functionality has had priority over speed).

Bugs / comments / questions / collaboration of any kind are very welcomed, and in particular, datasets that can be included in this package for academic purposes.

Installation

Installing the latest stable version from CRAN:

install.packages("hydroTSM")

Alternatively, you can also try the under-development version from Github:

if (!require(devtools)) install.packages("devtools")
library(devtools)
install_github("hzambran/hydroTSM")

Citation

citation("hydroTSM")

To cite hydroTSM in publications use:

Mauricio Zambrano-Bigiarini. hydroTSM: Time Series Management, Analysis and Interpolation for Hydrological ModellingR package version 0.5-0. URL https://github.com/hzambran/hydroTSM. DOI:10.5281/zenodo.839566

A BibTeX entry for LaTeX users is

@Manual{, title = {hydroTSM: Time Series Management, Analysis and Interpolation for Hydrological Modelling}, author = {{Mauricio Zambrano-Bigiarini}}, note = {R package version 0.5-0}, url = {https://github.com/hzambran/hydroTSM}, note = {DOI:10.5281/zenodo.839566}, }

Vignette

Here you can find an introductory vignette showing the use of several hydroTSM functions.

Related Material

  • R: a statistical environment for hydrological analysis (EGU-2010) abstract, poster.

  • Using R for analysing spatio-temporal datasets: a satellite-based precipitation case study (EGU-2017) abstract, poster.

See Also