Cogeo-mosaic

Latest version: v7.1.0

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

Scan your dependencies

Page 2 of 9

6.0.0

* update `morecantile>=4.1,<5.0` and `rio-tiler>=5.0,<6.0` requirements

* replace `supermercado` with [`supermorecado`](https://github.com/developmentseed/supermorecado) to burn geometries as tiles for different TMS

* update MosaicJSON models to `0.0.3` specification (adds `tilematrixset`, `asset_type`, `asset_prefix`, `data_type`, `colormap` and `layers` attributes)

* allow Mosaic creation using other TileMatrixSet (default is still `WebMercatorQuad`)

* add `tms` support to MosaicBackend to read tile in other TMS than the mosaic TileMatrixSet

python
Before
Mosaic and output Tile in WebMercatorQuad
with MosaicBackend("mosaic.json") as mosaic:
img, _ = mosaic.tile(0, 0, 0)

Now
Mosaic in WebMercatorQuad (default), output tile in WGS84
WGS1984Quad = morecantile.tms.get("WGS1984Quad")
with MosaicBackend("mosaic.json", tms=WGS1984Quad) as mosaic:
img, _ = mosaic.tile(0, 0, 0)

5.1.1

* Clip dataset bounds with of TMS bbox (author lseelenbinder, https://github.com/developmentseed/cogeo-mosaic/pull/200)

5.1.0

* use `az://` prefix for private Azure Blob Storage Backend.

5.0.0

* switch from pygeos to shapely>=2.0

4.2.2

* remove useless file in package

4.2.1

* add python 3.11 support

Page 2 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.