WeatherVienna {ShapleyOutlier} | R Documentation |
Weather data from Vienna
Description
Monthly data from the weather station Hohe Warte since April 1872 - Vienna (Stadt Wien 2022).
Usage
WeatherVienna
Format
A data frame with 1,804 rows and 25 columns:
year
Year
month
Month
t
Daily mean air temperature in °C, (t7 mean + t19 mean + tmax mean + tmin mean)/4; before 1971: t7 mean + t14 mean + 2 x t21 mean)
t_max
Absolute maximum air temperature in °C
t_min
Absolute air temperature minimum in °C
avg_t_max
Mean daily maximum air temperature in °C
avg_t_min
Mean daily minimum air temperature in °C
num_frost
Number of frost days (days with a temperature maximum tmin < 0.0 °C)
num_ice
Number of ice days (days with a temperature maximum tmax < 0.0 °C)
num_summer
Number of summer days (days with a temperature maximum tmax >= 25.0 °C)
num_heat
Number of hot days (days with a temperature maximum tmax >= 30.0 °C)
p
Daily mean air pressure in hPa (mean of all measurements at 7 a.m., 2 p.m., 7 p.m. CET; before 1971 9 p.m. instead of 7 p.m.)
p_max
Maximum air pressure in hPa (maximum of all measurements7 am, 2 pm, 7 pm CET; before 1971 9 pm instead of 7 pm)
p_min
Minimum air pressure in hPa (minimum of all measurements7 am, 2 pm, 7 pm CET; before 1971 9 pm instead of 7 pm)
sun_h
Monthly total sunshine duration in hours
num_clear
Number of clear days (daily mean cloudiness < 20/100)
num_cloud
Number of cloudy days (daily mean cloudiness > 80/100)
rel_hum
Daily mean relative humidity in percent (2 x RH7 mean + RH14 mean + RH19 mean)/4; before 1971 9 p.m. instead of 7 p.m.)
rel_hum_max
Relative humidity maximum in percent
rel_hum_min
Relative humidity minimum in percent
wind_v
Monthly average wind speed in km/h
num_wind_v60
Number of days with wind peaks >= 60 km/h
wind_v_max
Maximum wind speed in km/h
precp_sum
Monthly total precipitation in mm
num_precp_01
Number of days with precipitation >= 0.1 mm
Source
The data were downloaded from https://www.data.gv.at/katalog/dataset/wetter-seit-1872-hohe-warte-wien
in September 2022.
References
Stadt Wien (2022). “Monthly data from the weather station Hohe Warte since April 1872 - Vienna.” https://www.data.gv.at/katalog/dataset/wetter-seit-1872-hohe-warte-wien.
Examples
data("WeatherVienna")
summary(WeatherVienna)