read_daily_data_over_shape: Read daily data from DWD, mask region with given shape file

View source: R/read_daily_data_over_shape.R

read_daily_data_over_shapeR Documentation

Read daily data from DWD, mask region with given shape file

Description

Currently, only full months of data can be loaded, from and to must be given

Usage

read_daily_data_over_shape(file, variable, from, to, quiet = FALSE)

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"

from

first month as "yyyymm" string

to

last month as "yyyymm" string

quiet

passed to download.file

Value

data frame


KWB-R/kwb.dwd documentation built on Sept. 28, 2022, 6:03 p.m.