Description Usage Arguments Value Author(s) Examples
Downloads hourly data of the DWD stations in one federal state in Germany
1 2 3 4 5 6 7 |
state |
the Federal State (e.g. "Schleswig-Holstein") |
parameter |
one ore multiple paramters of c("temperature","humidity","precipitation","windspeed","winddirection") |
time |
either "recent" often updated data or "historical" data which go longer in the past |
coord |
default = FALSE; should the explort contain coordinates or not |
savefile |
default = FALSE; where should the file be saved as .csv file? |
a p value of the comparison between the selected and random points
Wolfgang Hamer
1 2 | shdat <- download_statewide_hourly_station_data(state = "Schleswig-Holstein", coord = TRUE)
head(shdat)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.