veneto_weather: Weekly Aggregated Climate and Meteorological Data in Veneto,...

veneto_weatherR Documentation

Weekly Aggregated Climate and Meteorological Data in Veneto, Italy

Description

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.

Usage

data(veneto_weather)

Format

An sf (simple features) object with 75 observations and 7 variables:

ET0

Evapotranspiration levels (mm) (aggregated weekly).

tmax

Maximum temperature (°C) (weekly max).

tmin

Minimum temperature (°C) (weekly min).

hmax

Maximum humidity (%) (weekly max).

hmin

Minimum humidity (%) (weekly min).

log_prec

Log-transformed precipitation values (aggregated weekly).

geometry

Simple feature column containing point locations of monitoring stations (sfc_POINT). The coordinates are in meters (Gauss Boaga - EPSG: 3003)

Details

The evapotranspiration levels were estimated by ARPA Veneto according to the Hargreaves model.

Source

The raw data can be downloaded from the Environmental Protection Agency of Veneto Region (ARPA Veneto) website.

Examples

data(veneto_weather)
plot(veneto_weather["tmax"])

SpatialBSS documentation built on April 4, 2025, 1:07 a.m.