Learn R Programming

PHENTHAUproc (version 1.1.1)

local_daily: Local daily Weather Station data from Freiburg

Description

A dataset containing daily mean, max and min temperatures for Freiburg from 2019-09-01 to 2020-09-30. Downloaded from opendata.dwd.de and preprocessed.

Arguments

Format

A data frame with 396 rows and 4 variables

Details

The dataset can be loaded using load_test("day").

Stations_id: 01443 Stationsname: Freiburg

The variables are as follows:

  • date in year-month-day - character

  • tmean daily mean temperature in °C - numeric

  • tmax daily max temperature in °C - numeric

  • tmin daily min temperature in °C - numeric