Description Usage Arguments Value Author(s) Examples
Downloads historical and recent hourly data of the DWD stations in Germany
1 2 3 4 5 | download_alltime_hourly_station_data(
station,
parameter = c("temperature", "precipitation", "windspeed"),
astbl = FALSE
)
|
station |
the station ID |
parameter |
one ore multiple paramters of c("temperature", "humidity", "precipitation", "windspeed", "winddirection") |
astbl |
default = FALSE; should the explort be a dataframe or a tibble |
a p value of the comparison between the selected and random points
Wolfgang Hamer
1 2 3 4 5 6 7 8 | # Select Location
mapview::mapview(get_all_dwd_locations(TRUE))
Fehmarn <- download_alltime_hourly_station_data(5516)
head(Fehmarn)
LeuchtturmKiel <- download_alltime_hourly_station_data(02961, parameter = "windspeed")
head(LeuchtturmKiel)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.