meteo_veneto {SpaceTimeBSS} | R Documentation |
Climate and Meteorological Deseasonalized Data in Veneto
Description
Weekly aggregated climate and meteorological deseasonalized data in Veneto region (Italy) for a 23-year span (2000-2022).
Usage
data("meteo_veneto")
Format
Object of class data.frame with 85248 rows and 13 variables, where 85248 consists of 1184 weekly observations times 72 spatial locations. The variables are as follows:
x
x coordinates in meters (Gauss Boaga - EPSG:3003)
y
y coordinates in meters (Gauss Boaga - EPSG:3003)
sp.ID
code for the spatial location
timeIndex
code for the temporal observation, from 1 to 1184
deseas_ET0
evapotranspiration levels (mm)
deseas_rad
solar radiation (MJ/m^2)
deseas_tmax
maximum temperature (degrees C)
deseas_taver
average temperature (degrees C)
deseas_tmin
minimum temperature (degrees C)
deseas_hmax
maximum humidity (%)
deseas_hmin
minimum humidity (%)
deseas_wind
wind velocity (m/s)
deseas_log_prec
log of precipitation (mm)
Details
The evapotranspiration levels were estimated by ARPA Veneto according to the Hargreaves equation. The data have been obtained by removing the annual periodicity from the raw data and then computing weekly averages.
Source
The raw data can be downloaded from the Environmental Protection Agency of Veneto Region (ARPA Veneto) website.