Dataset#
The Dataset holds a collection of Stations. All methods applied on a dataset are applied on all present stations (and a target observationtype).
Constructor#
|
Dataset class for managing and processing meteorological observation data. |
Data attributes#
A summary of all the attributes that hold or return data.
Get the list of Stations present in the Dataset. |
|
Get the dictionary of known Obstypes by the Dataset. |
|
Get the Template instance used when the data was imported. |
|
Dataset DataFrame constructor. |
|
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. |
|
Get the earliest start datetime from the observation data. |
|
Get the latest end datetime from the observation data. |
General methods and attributes#
|
Retrieve and optionally print detailed information about the station. |
|
Create a subset of the dataset by selecting specific stations. |
|
Retrieve a Station by name. |
|
Rename stations in the dataset. |
|
Synchronize records of sensor data across stations. |
|
Resample observation data to a specified frequency. |
|
Add a new observation type to the dataset known-obstypes. |
Compute pairwise great-circle distances between all stations. |
Exporting and converting methods#
|
Import observational data and metadata from files. |
|
Save the dataset to a pickle (.pkl) file. |
|
Save the dataset observations to a CSV file. |
|
Save the dataset observations to a parquet file. |
Concatenate multiple station Datasets into one along a new 'name' dimension. |
|
|
Save the Dataset as a netCDF file. |
Visualisations#
|
Generate a timeseries plot of model data for a specific observation type. |
|
Generate a time series plot for observational data. |
|
Create an interactive spatial plot of the GEE dataset and stations. |