vibeproj.exceptions

Custom exceptions for vibeProj.

Exceptions

VibeProjectionError

Base exception for vibeProj errors.

UnsupportedProjectionError

Raised when a CRS uses a projection method vibeProj doesn't support.

CRSResolutionError

Raised when a CRS input cannot be parsed or resolved.

CoordinateValidationError

Raised when input coordinates are invalid (wrong shape, dtype, etc.).

Module Contents

exception vibeproj.exceptions.VibeProjectionError

Bases: Exception

Base exception for vibeProj errors.

exception vibeproj.exceptions.UnsupportedProjectionError

Bases: VibeProjectionError

Raised when a CRS uses a projection method vibeProj doesn’t support.

exception vibeproj.exceptions.CRSResolutionError

Bases: VibeProjectionError

Raised when a CRS input cannot be parsed or resolved.

exception vibeproj.exceptions.CoordinateValidationError

Bases: VibeProjectionError

Raised when input coordinates are invalid (wrong shape, dtype, etc.).