Morecantile

Latest version: v6.2.0

Safety actively analyzes 723217 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 8 of 11

3.0.0

* no change since 3.0.0a1

3.0.0a1

* only import rasterio if needed (https://github.com/developmentseed/morecantile/pull/66)

3.0.0a0

* add `.rasterio_crs` properties to TMS for compatibility with rasterio (https://github.com/developmentseed/morecantile/pull/58)
* Use new Class-like notation for namedtuple (https://github.com/developmentseed/morecantile/pull/58)

**breaking changes**

* switch from rasterio to PyProj for CRS definition and projection transformation (https://github.com/developmentseed/morecantile/pull/58)
* remove python 3.6 supports (because of pyproj)

2.1.4

* add **NZTM2000Quad** tile matrix set from LINZ (author blacha, https://github.com/developmentseed/morecantile/pull/57)
* add **quadkey** supports (author adrian-knauer, https://github.com/developmentseed/morecantile/pull/56)

python
import morecantile

tms = morecantile.tms.get("WebMercatorQuad")

Tile to Quadkey
tms.quadkey(486, 332, 10)
>>> "0313102310"

Quadkey to Tile
tms.quadkey_to_tile("0313102310")
>>> Tile(486, 332, 10)


* update `NZTM2000*` CRS uri from `https://www.opengis.net/def/crs/EPSG/0/2193` to `urn:ogc:def:crs:EPSG:2193` (https://github.com/developmentseed/morecantile/pull/61)

2.1.3

2.1.2

* fix wrong TMS boundingBox definition when using inverted CRS (https://github.com/developmentseed/morecantile/pull/53)

Page 8 of 11

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.