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.
weatherHoheWarteA data frame with 23372 rows and 18 columns including 13 weather measurements:
Time of measurement in date format.
Daily mean of cloud coverage, values between 1 and 100.
Daily sum of global radiation (J/cm^2).
Daily mean of vapour pressuer (hPa).
Maximal wind speed (m/s).
Daily mean of air pressure (hPa).
Daily mean of relative humidity (percent).
Daily sum of precepitation (mm).
Sight distance at 1pm (m).
Daily sum of sunshine duration (h).
Daily maximum of temperature at 2m air height (°C).
Daily minimum of temperature at 2m air height (°C).
Daily mean of temperature at 2m air height (°C).
Daily mean of wind speed (m/s).
Year of measurement.
Month of measurement.
Day of the year of measurement.
Season of measuremen (1 = winter, 2 = spring, 3 = summer, 4 = fall).
Data Source: GeoSphere Austria - https://data.hub.geosphere.at.
data(weatherHoheWarte)
summary(weatherHoheWarte)
Run the code above in your browser using DataLab