DWD_Potsdam_HourlyAirTemperature: DWD historical air temperature data from Potsdam (STATIONS_ID...

Description Usage Format Source Examples

Description

Historical air temperature and relative humidity data from DWD station in Potsdam, Germany. Values have hourly resolution.

Usage

1

Format

A data frame with 6 columns. STATIONS_ID (integer: 3987), DWD station ID; MESS_DATUM (integer: YYYYMMDDHH), timestamp format of measurement; QN_9 (integer), quality flag; TT_TU (numeric), air temperature in degrees Celius; RF_TU (numeric), relative humidity in percent; eor (character), end of record, terminating column; A detailed explanation can be found under Data set description

Source

Data can be downloaded from DWD Open Data Server. Terms and conditions can be found under Copyright.

Examples

1
temperatureSpectrum <- calculateSpectrum(DWD_Potsdam_HourlyAirTemperature$TT_TU[1:2^15], timeStep = 1 / 24)

baender/fats documentation built on May 12, 2019, 7:41 a.m.