evapo_p: DWD: Potential Evaporation, Daily

evapo_pR Documentation

DWD: Potential Evaporation, Daily

Description

Median daily potential evaporation for irrigation area (i.e. ~44km2), based on 1x1km2 grids of DWD. Downloaded with read_daily_data_over_shape between 2017-01-01 and 2020-12-31

Usage

evapo_p

Format

A data.frame with 1461 rows and 10 variables:

file

name of downloaded grid file source

date

date

year

year

month

month

day

day

mean

spatially averaged, mean

sd

spatially averaged, standard deviation

min

spatially averaged, min

max

spatially averaged, max

n_values

number of grid-cells used for spatial averaging

Examples

## Not run: 
### Data download
remotes::install_github("kwb-r/kwb.dwd")
shape_file <- system.file("extdata/input-data/gis/Abwasserverregnungsgebiet.shp",
package = "flextreat.hydrus1d")

# Only data of full months can currently be read!
evapo_p <- kwb.dwd::read_daily_data_over_shape(
file = shape_file,
variable = "evapo_p",
from = "201701",
to = "202012"
)
## End(Not run)
head(flextreat.hydrus1d::evapo_p)

KWB-R/flextreat.hydrus1d documentation built on Jan. 13, 2025, 10:48 a.m.