weatherAUT2021 {ssMRCD}R Documentation

Austrian Weather Data 2021

Description

This data is a subset of the GeoSphere Austria monthly weather data of 2021 averaged using the median. Stations with missing values are removed.

Usage

weatherAUT2021

Format

A data frame with 183 rows and 10 columns:

name

Unique name of the weather station in German.

lon, lat

Longitude and latitude of the weather station.

alt

Altitude of the weather station (meter).

p

Average air pressure (hPa).

s

Monthly sum of sunshine duration (hours).

vv

Wind velocity (meter/second).

t

Air temperature in 2 meters above the ground in (°C).

rsum

Average daily sum of precipitation (mm).

rel

Relative air humidity (percent).

Source

The original data was downloaded here (December 2022): https://data.hub.zamg.ac.at/dataset/klima-v1-1m.

References

Data Source: GeoSphere Austria - https://data.hub.zamg.ac.at.

Examples

data(weatherAUT2021)
summary(weatherAUT2021)

[Package ssMRCD version 0.1.0 Index]