veneto_weather | R Documentation |
The dataset contains weekly averages of various meteorological variables for week 28 of 2021, collected from 75 monitoring stations across the Veneto region in Italy.
data(veneto_weather)
An sf
(simple features) object with 75 observations and 7 variables:
Evapotranspiration levels (mm) (aggregated weekly).
Maximum temperature (°C) (weekly max).
Minimum temperature (°C) (weekly min).
Maximum humidity (%) (weekly max).
Minimum humidity (%) (weekly min).
Log-transformed precipitation values (aggregated weekly).
Simple feature column containing point locations of monitoring stations (sfc_POINT). The coordinates are in meters (Gauss Boaga - EPSG: 3003)
The evapotranspiration levels were estimated by ARPA Veneto according to the Hargreaves model.
The raw data can be downloaded from the Environmental Protection Agency of Veneto Region (ARPA Veneto) website.
data(veneto_weather)
plot(veneto_weather["tmax"])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.