Attention
You are viewing an archived version of GeoCAT-f2py documentation. This repo and documentation is now read-only.
geocat.f2py.errors
Exceptions
Base class for exceptions in this module. |
|
Exception raised when the arguments of GeoCAT-comp functions argument |
|
Exception raised when a Dask array is chunked in a way that is |
|
Exception raised when a GeoCAT-comp function is passed a NumPy array as |
|
Exception raised when the arguments of GeoCAT-comp functions argument |
|
Exception raised when the support for the retention of metadata is not |
Module Contents
- exception geocat.f2py.errors.AttributeError
Bases:
ErrorException raised when the arguments of GeoCAT-comp functions argument has a mismatch of attributes with other arguments.
- exception geocat.f2py.errors.ChunkError
Bases:
ErrorException raised when a Dask array is chunked in a way that is incompatible with an _ncomp function.
- exception geocat.f2py.errors.CoordinateError
Bases:
ErrorException raised when a GeoCAT-comp function is passed a NumPy array as an argument without a required coordinate array being passed separately.