metobs_toolkit.dataset.Dataset.metadf#

property Dataset.metadf: DataFrame#

Construct a DataFrame representation of metadata.

Metadata is the information related to the sensors, that does not change over time. The metadata is extracted from the site instance.

Returns:

A DataFrame with the station names as index, and the metadata as columns.

Return type:

pandas.DataFrame