evapo_p | R Documentation |
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
evapo_p
A data.frame with 1461 rows and 10 variables:
name of downloaded grid file source
date
year
month
day
spatially averaged, mean
spatially averaged, standard deviation
spatially averaged, min
spatially averaged, max
number of grid-cells used for spatial averaging
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.