plots.sources.gridspec

Classes

GridSpec

A specification of a grid used in a Source.

HEALPix

A HEALPix grid specification.

ReducedGG

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: GridSpec

A 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: GridSpec

A 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()