Read daily data from DWD, mask region with given shape file
Source:R/read_data_over_shape.R
read_daily_data_over_shape.Rd
Currently, only full months of data can be loaded, from
and to
must be given
Arguments
- file
path to shape file .shp
- variable
currently, the following variables are supported: "evapo_p", "evapo_r", "frost_depth", "soil_moist", "soil_temperature_5cm" (daily), "evapo_p" (monthly)
- from
first month as "yyyymm" string
- to
last month as "yyyymm" string
- quiet
passed to download.file