Description Usage Arguments Value Author(s) Examples
View source: R/get_dwd_locations.R
This functions downloads DWD location data from the CDC Server
1 | get_dwd_locations(sp = FALSE, parameter = "temperature")
|
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 |
a dataframe or a SpatialPointsDataFrame containing information about DWD locations in Germany
Wolfgang Hamer
1 2 | locs <- get_dwd_locations(sp = TRUE)
mapview::mapview(locs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.