View source: R/meteo_imgw_datastore.R
meteo_imgw_datastore | R Documentation |
Downloading hourly (meteorological) 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 4GB of uncompressed data.
meteo_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.frame with a raw meteorological measurements in 10-min intervals
imgw_telemetry = meteo_imgw_datastore(year = 2022:2023,
parameters = "t2m",
stations = c("HALA GĄSIENICOWA",
"DOLINA 5 STAWÓW"),
coords = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.