weatherHoheWarte {ssMRCD} | R Documentation |
Vienna Weather Time Series (1960-2023)
Description
This data is a subset of the GeoSphere Austria daily weather data of the time 1960-2023 for the weather station Hohe Warte in Vienna.
Usage
weatherHoheWarte
Format
A data frame with 23372 rows and 18 columns including 13 weather measurements:
- time
Time of measurement in date format.
- cloud_cover
Daily mean of cloud coverage, values between 1 and 100.
- global_radiation
Daily sum of global radiation (J/cm^2).
- vapor_pressure
Daily mean of vapour pressuer (hPa).
- max_wind_speed
Maximal wind speed (m/s).
- air_pressure
Daily mean of air pressure (hPa).
- relative_humidity
Daily mean of relative humidity (percent).
- precipitation
Daily sum of precepitation (mm).
- sight
Sight distance at 1pm (m).
- sunshine_duration
Daily sum of sunshine duration (h).
- temperature_max
Daily maximum of temperature at 2m air height (°C).
- temperature_min
Daily minimum of temperature at 2m air height (°C).
- temperature_mean
Daily mean of temperature at 2m air height (°C).
- wind_velocity
Daily mean of wind speed (m/s).
- year
Year of measurement.
- month
Month of measurement.
- day
Day of the year of measurement.
- season
Season of measuremen (1 = winter, 2 = spring, 3 = summer, 4 = fall).
Source
The original data was downloaded here (April 2024): https://data.hub.geosphere.at/dataset/klima-v2-1d.
References
Data Source: GeoSphere Austria - https://data.hub.geosphere.at.
Examples
data(weatherHoheWarte)
summary(weatherHoheWarte)