get_dwd_locations: Download DWD location data from the CDC Server

Description Usage Arguments Value Author(s) Examples

View source: R/get_dwd_locations.R

Description

This functions downloads DWD location data from the CDC Server

Usage

1
get_dwd_locations(sp = FALSE, parameter = "temperature")

Arguments

sp

default = FALSE; if TRUE returns not the plain data frame but a spatialised version

parameter

default = "temperature"; should the "temperature" (and humidity), "precipitation" or "wind" station network be downloaded

Value

a dataframe or a SpatialPointsDataFrame containing information about DWD locations in Germany

Author(s)

Wolfgang Hamer

Examples

1
2
locs <- get_dwd_locations(sp = TRUE)
mapview::mapview(locs)

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