Exceptions#

Exceptions for pyproj

exception pyproj.exceptions.CRSError(error_message: str)[source]#

Raised when a CRS error occurs.

exception pyproj.exceptions.DataDirError[source]#

Raised when a the data directory was not found.

exception pyproj.exceptions.GeodError[source]#

Raised when a Geod error occurs.

exception pyproj.exceptions.ProjError(error_message: str)[source]#

Raised when a Proj error occurs.