geocat.f2py.errors¶
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.