Skip to content

Repo for Riverwave R package

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

henryhansen/Riverwave

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

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published