plots.sources.gridspec
Classes
A specification of a grid used in a Source. |
|
A HEALPix grid specification. |
|
A reduced Gaussian grid specification. |
Module Contents
- class plots.sources.gridspec.GridSpec(data)
A specification of a grid used in a Source.
- Parameters:
data (earthkit.plots.sources.Source) – The data object containing the grid metadata.
- data
- classmethod from_data(data)
Identify and create a GridSpec object from the given data.
- Parameters:
data (earthkit.plots.sources.Source) – The data object containing the grid metadata.
- to_dict()
- class plots.sources.gridspec.HEALPix(data)
Bases:
GridSpecA HEALPix grid specification.
- CRITERIA
- data
- classmethod from_data(data)
Identify and create a GridSpec object from the given data.
- Parameters:
data (earthkit.plots.sources.Source) – The data object containing the grid metadata.
- to_dict()
- class plots.sources.gridspec.ReducedGG(data)
Bases:
GridSpecA reduced Gaussian grid specification.
- CRITERIA
- data
- classmethod from_data(data)
Identify and create a GridSpec object from the given data.
- Parameters:
data (earthkit.plots.sources.Source) – The data object containing the grid metadata.
- to_dict()