vibeproj.exceptions¶
Custom exceptions for vibeProj.
Exceptions¶
Base exception for vibeProj errors. |
|
Raised when a CRS uses a projection method vibeProj doesn't support. |
|
Raised when a CRS input cannot be parsed or resolved. |
|
Raised when input coordinates are invalid (wrong shape, dtype, etc.). |
Module Contents¶
- exception vibeproj.exceptions.VibeProjectionError¶
Bases:
ExceptionBase exception for vibeProj errors.
- exception vibeproj.exceptions.UnsupportedProjectionError¶
Bases:
VibeProjectionErrorRaised when a CRS uses a projection method vibeProj doesn’t support.
- exception vibeproj.exceptions.CRSResolutionError¶
Bases:
VibeProjectionErrorRaised when a CRS input cannot be parsed or resolved.
- exception vibeproj.exceptions.CoordinateValidationError¶
Bases:
VibeProjectionErrorRaised when input coordinates are invalid (wrong shape, dtype, etc.).