It contains the following variables:
TEMPERATURE_MIN
Data frame containing year
,month
, day
and daily minimum temperature in 59 stations in Trentino region
TEMPERATURE_MAX
Data frame containing year
,month
, day
and daily maximum temperature in 59 stations in Trentino region
PRECIPITATION
Data frame containing year
,month
, day
and daily precipitation in 59 stations in Trentino region
STATION_NAMES
Vector containing the names of the meteorological stations
ELEVATION
Vector containing the elevations of the meteorological stations respectively
STATION_LATLON
Matrix containing the latitude and longitude coordinates, respectively, of the meteorological stations
LOCATION
Vector containing the names of the location of each meteorological station
TEMPERATURE_MEASUREMENT_START_DAY
Vector containing the first days referred to midday (expressed as decimal julian day since 1970-1-1 00:00 UTC) of temperature measurement of each meteorological station
TEMPERATURE_MEASUREMENT_END_DAY
Vector containing the last days referred to midday (expressed as decimal julian day since 1-1-1970 00:00 UTC) of temperature measurement of each meteorological station
PRECIPITATION_MEASUREMENT_START_DAY
Vector containing the first days referred to midday (expressed as decimal julian day since 1-1-1970 00:00 UTC) of precipitation measurement of each meteorological station
PRECIPITATION_MEASUREMENT_END_DAY
Vector containing the last days referred to midday (expressed as decimal julian day since 1-1-1970) of precipitation measurement of each meteorological station
data(trentino)
Data frames and vectors
This dataset stores all information about meteorological stations and instrumental timeseries. The user can easily use the package with his/her own data after replacing the values of such variables.