sample_data_DESN025 | R Documentation |
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.
sample_data_DESN025
A data table with the following columns:
Station identifier where the data was collected.
The environmental component being measured (e.g., temperature, NO2).
The measured value of the component.
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").
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.
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
be copied, printed, presented, altered, processed and transmitted to third parties;
be merged with own data and with the data of others and be combined to form new and independent datasets;
be integrated in internal and external business processes, products and applications in public and non-public electronic networks.
(2) The user must ensure that the source note contains the following information:
the name of the provider,
the annotation "Data licence Germany – attribution – Version 2.0" or "dl-de/by-2-0" referring to the licence text available at www.govdata.de/dl-de/by-2-0, and
a reference to the dataset (URI).
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.
Sächsisches Landesamt für Umwelt, Landwirtschaft und Geologie (LfULG).
data(sample_data_DESN025)
params <- load_params()
dt_prepared <- prepare_data_for_modelling(sample_data_DESN025, params)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.