emsarray.exceptions#

Exception and warning classes for specific exceptions relating to emsarray and datasets.

exception EmsarrayError#

Base class for all emsarray-specific exception classes.

exception ConventionViolationError#

A dataset violates its conventions in a way that is not recoverable.

exception ConventionViolationWarning#

A dataset violates its conventions in a way that we can handle. For example, an attribute has an invalid type, but is still interpretable.

exception NoSuchCoordinateError#

Raised when a dataset does not have a particular coordinate, such as in Convention.time_coordinate and Convention.depth_coordinate.