sample_data_DESN025: Environmental Data for Modelling from station DESN025 in...

sample_data_DESN025R Documentation

Environmental Data for Modelling from station DESN025 in Leipzig-Mitte.

Description

A dataset containing environmental measurements collected at station in Leipzig Mitte with observations of different environmental components over time. This data is used for environmental modelling tasks, including meteorological variables and other targets.

Usage

sample_data_DESN025

Format

sample_data_DESN025

A data table with the following columns:

Station

Station identifier where the data was collected.

Komponente

The environmental component being measured (e.g., temperature, NO2).

Wert

The measured value of the component.

date

The timestamp for the observation, formatted as a Date-Time object in the format "YYYY-MM-DD HH:MM:SS" (e.g., "2010-01-01 07:00:00").

Komponente_txt

A textual description or label for the component.

The dataset is structured in a long format and is prepared for further transformation into a wide format for modelling.

Source

Umweltbundesamt

Examples


data(sample_data_DESN025)
params <- load_params()
dt_prepared <- prepare_data_for_modelling(sample_data_DESN025, params)


ubair documentation built on Dec. 1, 2025, 9:07 a.m.