Exceptions#
Exceptions used in the package.
Design goal: - Provide a small, well-defined hierarchy so users can either catch one base class or handle specific subclasses.
- exception weitsicht.exceptions.WeitsichtError[source]#
Bases:
ExceptionBase exception for the weitsicht package.
- exception weitsicht.exceptions.NotGeoreferencedError[source]#
Bases:
WeitsichtErrorNo valid georeference is provided for images
- exception weitsicht.exceptions.CRSInputError[source]#
Bases:
WeitsichtError,ValueErrorInvalid CRS/transformer input was provided.
- exception weitsicht.exceptions.CRSnoZaxisError[source]#
Bases:
CRSInputErrorCRS does not define a vertical (Z) axis.
- exception weitsicht.exceptions.CoordinateTransformationError[source]#
Bases:
WeitsichtErrorCoordinate Conversion is not possible
- exception weitsicht.exceptions.MappingError[source]#
Bases:
WeitsichtErrorMapping of the geometry was not possible
- exception weitsicht.exceptions.MappingBackendError[source]#
Bases:
MappingErrorA mapping backend raised an unexpected/foreign exception.
- exception weitsicht.exceptions.MapperMissingError[source]#
Bases:
MappingErrorNo valid mapper is provided for image mapping functions