View source: R/hydro_imgw_datastore.R
| hydro_imgw_datastore | R Documentation |
Downloading hourly and sub-hourly (hydrological) data from the telemetric stations available in the danepubliczne.imgw.pl/datastore collection since 2008. Most parameters are collected with 10 minutes interval and thus it is recommended to download only the mandatory years, parameters or stations. For example, 1 year of data with all available parameters requires processing around 2-4GB of uncompressed data.
hydro_imgw_datastore(
year,
parameters = NULL,
stations = NULL,
coords = TRUE,
allow_failure = TRUE
)
year |
numeric vector of years to be downloaded (e.g., 2022:2023) |
parameters |
|
stations |
|
coords |
|
allow_failure |
logical - whether to proceed or stop on failure. By default set to TRUE (i.e. don't stop on error). For debugging purposes change to FALSE |
Data from the IMGW automated (telemetry) systems are non validated by experts and may contain invalid values.
data.table with a raw hydrorological measurements in 10-min or 60-min intervals. Please note that this dataset is not validated by experts and may contain invalid values.
imgw_hydro_telemetry = hydro_imgw_datastore(year = 2022,
parameters = "flow",
stations = "FORDON",
coords = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.