DWD_Potsdam_HourlyPrecipitation: DWD historical precipitation data from Potsdam (STATIONS_ID...

Description Usage Format Source Examples

Description

Historical precipitation data from DWD station in Potsdam, Germany. Values have hourly resolution.

Usage

1

Format

A data frame with 7 columns. STATIONS_ID (integer: 3987), DWD station ID; MESS_DATUM (integer: YYYYMMDDHH), timestamp format of measurement; QN_8 (integer), quality flag; R1 (numeric), hourly precipitation height in mm; RS_IND (integer), binary index, 0 no precipitation, 1 precipitation; WRTR (integer), WR-code for form of precipitation eor (character), end of record, terminating column; A detailed explanation can be found under Data set desription

Source

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

Examples

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

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