Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Riverwave

The goal of Riverwave is to transform standard gauge station data into relevant ecological theory to foster understanding of river behavior.

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("henryhansen/Riverwave")

Example gauge station download

This is a basic example which shows you how to download some gauge station data from SMHI:

library(Riverwave)
## basic example
head(Riverwave::smhi_csv(274))
#> [1] "EDEBÄCK_274"
#>   Datum (svensk sommartid) Vattenföring Kvalitet
#> 1               1910-01-01           70        G
#> 2               1910-01-02           70        G
#> 3               1910-01-03           70        G
#> 4               1910-01-04           69        G
#> 5               1910-01-05           69        G
#> 6               1910-01-06           69        G

The visualization concept for this package follows the idea presented in the riverwave paper: riverwave-concept

About

Repo for Riverwave R package

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages