smoke.load.errors package

Submodules

smoke.load.errors.errors module

exception smoke.load.errors.errors.DimensionError[source]

Bases: Exception

Thrown when there is an error in the dimensions of the dataset given, i.e. coords are not time, lat, lon only.

exception smoke.load.errors.errors.FeatureNotInDataset[source]

Bases: Exception

Thrown if given feature name not in dataset.

exception smoke.load.errors.errors.WrongTypeError[source]

Bases: Exception

Thrown when wrong data type for data set is given.

Module contents