sample_data_DESN025 {ubair}R Documentation

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

Description

This dataset contains environmental measurements from the Leipzig Mitte station provided by the Sächsisches Landesamt für Umwelt, Landwirtschaft und Geologie (LfULG). Alterations in the data: Codes for incorrect values have been removed.

Usage

sample_data_DESN025

Format

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.

Details

The dataset is licensed under the "Data Licence Germany – attribution – version 2.0 (DL-DE-BY-2.0)". (1) Any use will be permitted provided it fulfils the requirements of this "Data licence Germany – attribution – Version 2.0".

The data and meta-data provided may, for commercial and non-commercial use, in particular

(2) The user must ensure that the source note contains the following information:

This applies only if the entity keeping the data provides the pieces of information 1-3 for the source note.

(3) Changes, editing, new designs or other amendments must be marked as such in the source note.

For more information on the license, visit https://www.govdata.de/dl-de/by-2-0.

Source

Sächsisches Landesamt für Umwelt, Landwirtschaft und Geologie (LfULG).

Examples


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


[Package ubair version 1.1.0 Index]