retrieve_dwd_data: Retrieve Weather Data from DWD Server

Usage Arguments

Usage

1
retrieve_dwd_data(station_id, vars, proxy_opts, verbose, ...)

Arguments

station_id

ID of the DWD weather station for which the data should be retrieved (as character or numeric)

vars

List of data elements; one or multiple of c("LUFTTEMPERATUR", "LUFTTEMPERATUR_MAXIMUM", "LUFTTEMPERATUR_MINIMUM", "SONNENSCHEINDAUER", "REL_FEUCHTE", "WINDGESCHWINDIGKEIT", "NIEDERSCHLAGSHOEHE", "NIEDERSCHLAGSHOEHE_IND")

start_date

Optional start date for the weather data time series in the format "

\item

end_dateOptional end date for the weather data time series in the format "

\item

proxy_optsOptional list object containing proxy inormation required for online connection

\item

verboseOptional parameter triggeringa console notification of the current query (if set to TRUE) Returns a data frame with the weather data Function retreiving historical weather data based on a provided weather station ID from the server of the 'Deutscher Wetterdienst' getWeatherData, retreive_dwd_stations


dsmirnov88/GermanWeatherData documentation built on May 15, 2019, 4:22 p.m.