retrieve_dwd_stations: Get list of DWD weather stations

Description Usage Arguments Value See Also

Description

Function retreiving and filtering a list of weather stations from the 'Deutscher Wetterdienst' server

Usage

1
retrieve_dwd_stations(recording_start = NULL, recording_end = NULL, station_type = c("FF", "KL", "RR", "SO", "TU"), proxy_opts = NULL, ...)

Arguments

recording_start

Optional date parameter determining when data collection must have started, to filter out irrelevant weather stations

recording_end

Optional date parameter determining until when data collection must have been performed, to filter out irrelevant weather stations

station_type

Optional vector of string values, defining which data types should be recorded at the weather station (used for filtering the list)

proxy_opts

Optional list object containing proxy settings

verbose

Optional parameter triggeringa console notification of the current query (if set to TRUE)

Value

Returns a list object containing data frames with historical weather data for each provided location

See Also

getWeatherData, find_nearest_weather_station


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