Skip to contents

18 years of daily streamflow from river Dreisam (Germany). Values are m3/s. Data provided by the LUBW Baden-Württemberg (Landesanstalt fuer Umwelt, State Institute of Environment, https://www.lubw.baden-wuerttemberg.de/startseite)

Usage

q_data

Format

data.frame

Examples

head(q_data, 5)
#>         date q_obs
#> 1 2000-01-01 11.10
#> 2 2000-01-02 11.20
#> 3 2000-01-03 10.40
#> 4 2000-01-04  9.74
#> 5 2000-01-05 13.80

tail(q_data, 5)
#>            date q_obs
#> 6936 2018-12-27  6.67
#> 6937 2018-12-28  5.23
#> 6938 2018-12-29  4.22
#> 6939 2018-12-30  3.56
#> 6940 2018-12-31  3.14