Attention

You are viewing an archived version of GeoCAT-f2py documentation. This repo and documentation is now read-only.

geocat.f2py.errors

Exceptions

Error

Base class for exceptions in this module.

AttributeError

Exception raised when the arguments of GeoCAT-comp functions argument

ChunkError

Exception raised when a Dask array is chunked in a way that is

CoordinateError

Exception raised when a GeoCAT-comp function is passed a NumPy array as

DimensionError

Exception raised when the arguments of GeoCAT-comp functions argument

MetaError

Exception raised when the support for the retention of metadata is not

Module Contents

exception geocat.f2py.errors.Error

Bases: Exception

Base class for exceptions in this module.

exception geocat.f2py.errors.AttributeError

Bases: Error

Exception raised when the arguments of GeoCAT-comp functions argument has a mismatch of attributes with other arguments.

exception geocat.f2py.errors.ChunkError

Bases: Error

Exception raised when a Dask array is chunked in a way that is incompatible with an _ncomp function.

exception geocat.f2py.errors.CoordinateError

Bases: Error

Exception raised when a GeoCAT-comp function is passed a NumPy array as an argument without a required coordinate array being passed separately.

exception geocat.f2py.errors.DimensionError

Bases: Error

Exception raised when the arguments of GeoCAT-comp functions argument has a mismatch of the necessary dimensionality.

exception geocat.f2py.errors.MetaError

Bases: Error

Exception raised when the support for the retention of metadata is not supported.