mapchete.errors module¶
Errors and Warnings.
- exception mapchete.errors.GeometryTypeError¶
Bases:
TypeErrorRaised when geometry type does not fit.
- exception mapchete.errors.JobCancelledError¶
Bases:
ExceptionRaised when Job gets cancelled.
- exception mapchete.errors.MapcheteConfigError¶
Bases:
ValueErrorRaised when a mapchete process configuration is invalid.
- exception mapchete.errors.MapcheteDriverError¶
Bases:
ExceptionRaised on input or output driver errors.
- exception mapchete.errors.MapcheteEmptyInputTile¶
Bases:
ExceptionGeneric exception raised by a driver if input tile is empty.
- exception mapchete.errors.MapcheteIOError¶
Bases:
OSErrorRaised when mapchete cannot read a file.
- exception mapchete.errors.MapcheteNodataTile¶
Bases:
ExceptionIndicates an empty tile.
- exception mapchete.errors.MapcheteProcessException¶
Bases:
ExceptionRaised when a mapchete process execution fails.
- exception mapchete.errors.MapcheteProcessImportError¶
Bases:
ImportErrorRaised when a module of a mapchete process cannot be imported.
- exception mapchete.errors.MapcheteProcessOutputError¶
Bases:
ValueErrorRaised when a mapchete process output is invalid.
- exception mapchete.errors.MapcheteProcessSyntaxError¶
Bases:
SyntaxErrorRaised when mapchete process file cannot be imported.
- exception mapchete.errors.MapcheteTaskFailed¶
Bases:
ExceptionRaised when a task fails.
- exception mapchete.errors.NoGeoError¶
Bases:
AttributeErrorRaised when object does not contain geographic information.
- exception mapchete.errors.NoTaskGeometry¶
Bases:
TypeErrorRaised when Task has no assigned geo information.
- exception mapchete.errors.ReprojectionFailed¶
Bases:
RuntimeErrorRaised when geometry cannot be reprojected.