View source: R/waterLevelFlys3.R
waterLevelFlys3 | R Documentation |
Obtain 1d water level data from the
FLYS3
database using either
a predefined WaterLevelDataFrame or river
, from
and to
arguments that enable the internal construction of a
WaterLevelDataFrame. The internally constructed
WaterLevelDataFrame contains stations every 0.1 km or 100 m
between the given range of from
and to
.
waterLevelFlys3(wldf, name)
waterLevelFlys3Seq(river = c("Elbe", "Rhine"), name, from, to)
wldf |
an object of class WaterLevelDataFrame. |
name |
a string with the name of a stationary
FLYS3
water level. It has
to be type |
river |
a required argument to fill the WaterLevelDataFrame-slot
|
from |
|
to |
|
Possible name
s of FLYS3 water levels and ranges of from
and to
are river-specific:
Elbe:
'0.5MNQ', 'MNQ', '0.5MQ', 'a', '0.75MQ', 'b', 'MQ', 'c', '2MQ', '3MQ', 'd', 'e', 'MHQ', 'HQ2', 'f', 'HQ5', 'g', 'h', 'HQ10', 'HQ15', 'HQ20', 'HQ25', 'HQ50', 'HQ75', 'HQ100', 'i', 'HQ150', 'HQ200', 'HQ300', 'HQ500'
Possible range of from
and to
: type numeric
(km) 0 - 585.7, type integer
(m) 0 - 585700.
Rhine:
'Ud=1', 'Ud=5', 'GlQ2012', 'Ud=50', 'Ud=80', 'Ud=100', 'Ud=120', 'Ud=183', 'MQ', 'Ud=240', 'Ud=270', 'Ud=310', 'Ud=340', 'Ud=356', 'Ud=360', 'MHQ', 'HQ2', 'HQ5', 'HQ5-10', 'HQ10', 'HQ10-20', '~HQ20', 'HQ20-50', 'HQ50', 'HQ50-100', 'HQ100', 'HQ100-200', 'HQ200', 'HQ200-ex', 'HQextr.'
Possible range of from
and to
: type numeric
(km) 336.2 - 865.7, type integer
(m) 336200 - 865700.
Both lists of water levels are ordered from low to high water levels.
An object of class WaterLevelDataFrame.
busch_einheitliche_2009hyd1d
\insertRefhkv_hydrokontor_erstellung_2014hyd1d
\insertRefbundesanstalt_fur_gewasserkunde_flys_2013hyd1d
\insertRefbundesanstalt_fur_gewasserkunde_flys_2016hyd1d
df.flys
, plotShiny
wldf <- WaterLevelDataFrame(river = "Elbe",
time = as.POSIXct("2016-12-21"),
station = seq(257, 262, 0.1))
wldf1 <- waterLevelFlys3(wldf, "MQ")
wldf2 <- waterLevelFlys3Seq("Elbe", "MQ", 257, 262)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.