waterLevelFlys3InterpolateX {hyd1d} | R Documentation |
Interpolate FLYS3 water levels for given stations
Description
Function to interpolate
FLYS3
water levels for selected stations and return it with the structure of
df.flys
.
Usage
waterLevelFlys3InterpolateX(
river = c("Elbe", "Rhine"),
station = NULL,
station_int = NULL
)
Arguments
river |
a required argument to fill the WaterLevelDataFrame-slot
|
station |
an optional argument to hand over the stationing along the
specified |
station_int |
an optional argument to hand over the stationing along the
specified |
Details
df.flys
contains 1d water level data computed
with SOBEK for every second hectometer (every 200 m). This function
provides a way to interpolate the 30 stationary water levels for selected
stations inbetween these hectometers and returns them with the
data.frame
-structure of the original dataset.
Value
An object of class data.frame
with the structure of
df.flys
.
References
Busch N, Hammer M (2009). “Einheitliche Grundlage für die Festlegung der Bemessungswasserspiegellagen der Elbe auf der frei fließenden Strecke in Deutschland.” doi:10.5675/bfg-1650.
HKV Hydrokontor (2014). “Erstellung eines SOBEK-River Modells für den Rhein von Iffezheim bis Pannerdense Kop als Weiterentwicklung bestehender SOBEK-RE Modelle.”
DELTARES (2018). “SOBEK.” https://download.deltares.nl/en/sobek/.
See Also
Examples
df.flys <- waterLevelFlys3InterpolateX("Elbe", 257.1)