Station#
The Station holds all the data related to a single station. This includes:
observational data, stored as
SensorData,metadata, stored as a
Site,and timeseries of a model source, stored as
ModelTimeSeries.
Constructor#
|
Represents a weather station, holding metadata, sensor data, and model data. |
Data attributes#
A summary of all the attributes that hold or return data.
The SensorData related to the station, as a dictionary. |
|
Construct a DataFrame representation of the observations. |
|
Construct a DataFrame representation of metadata. |
|
Construct a DataFrame representation of all the outliers. |
|
Construct a DataFrame representation of all the gaps. |
|
Construct a DataFrame representation of all the present model data. |
|
Get a list of all the present observation types. |
General methods and attributes#
|
Get the SensorData instance for a specific observation type. |
|
Retrieve and optionally print detailed information about the station. |
|
Resample observation data to a specified frequency. |
Visualisations#
|
Generate a time series plot of model data for a specific observation type. |
|
Generate a time series plot for observational data. |