download_statewide_hourly_station_data: Download hourly weather data of the DWD stations of federal...

Description Usage Arguments Value Author(s) Examples

Description

Downloads hourly data of the DWD stations in one federal state in Germany

Usage

1
2
3
4
5
6
7
download_statewide_hourly_station_data(
  state,
  parameter = c("temperature", "precipitation", "windspeed"),
  time = "recent",
  coord = FALSE,
  savefile = FALSE
)

Arguments

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?

Value

a p value of the comparison between the selected and random points

Author(s)

Wolfgang Hamer

Examples

1
2
shdat <- download_statewide_hourly_station_data(state = "Schleswig-Holstein", coord = TRUE)
head(shdat)

whamer/papros documentation built on Feb. 6, 2021, 8:54 a.m.