Skip to content

morecantile.errors

morecantile.errors

Morecantile errors.

DeprecationError

Bases: MorecantileError

Raised when TMS version is not 2.0

InvalidIdentifier

Bases: MorecantileError

Invalid TileMatrixSet indentifier.

InvalidLatitudeError

Bases: MorecantileError

Raised when math errors occur beyond ~85 degrees N or S

InvalidZoomError

Bases: MorecantileError

Raised when input zoom is invalid.

MorecantileError

Bases: Exception

Base error for Morecantile.

NoQuadkeySupport

Bases: MorecantileError

Raised when a custom TileMatrixSet doesn't support quadkeys

PointOutsideTMSBounds

Bases: UserWarning

Point is outside TMS bounds.

QuadKeyError

Bases: MorecantileError

Raised when errors occur in computing or parsing quad keys

TileArgParsingError

Bases: MorecantileError

Raised when errors occur in parsing a function's tile arg(s)