Description Usage Arguments Value Author(s)
View source: R/download_dwd_raster.R
This functions download multi-annual windspeed DWD rasters and crops them if desired
1 2 3 4 5 6 | download_windspeed_dwd_raster(
parameter = "windspeed",
period = "",
heigth = "",
crop = FALSE
)
|
parameter |
a character string defining the parameter to be downloaded ("e.g.: "windspeed") |
period |
years which are combined in the mult annual datasets (e.g.: "1961-1990", "1981-2010","1991-2010", "1992-2015") |
heigth |
the heigth of the observation (e.g. "10m") |
crop |
Spatial Dataset of which an extent can be created which is used to crop the germany wide DWD dataset |
a raster dataset
Wolfgang Hamer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.