read_monthly_data_over_shape: Read monthly data from DWD, mask region with given shape file

View source: R/read_monthly_data_over_shape.R

read_monthly_data_over_shapeR Documentation

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

Description

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

Usage

read_monthly_data_over_shape(file, variable, from, to, ...)

Arguments

file

path to shape file .shp

variable

currently only "evapo_p" is supported

from

first month as "yyyymm" string

to

last month as "yyyymm" string

...

further arguments passed to kwb.dwd:::read_shape_file, such as drop_z = TRUE, use_sf = TRUE

Value

data frame


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