Titiler

Latest version: v0.18.2

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

Scan your dependencies

Page 2 of 16

0.18.1

titiler.core

* fix `TerrainRGB` algorithm name (author JinIgarashi, https://github.com/developmentseed/titiler/pull/804)
* add more tests for `RescalingParams` and `HistogramParams` dependencies
* make sure to return *empty* content for `204` Error code

0.18.0

titiler.core

* Add `ColorMapFactory` to create colorMap metadata endpoints (https://github.com/developmentseed/titiler/pull/796)
* **Deprecation** remove default `WebMercatorQuad` tile matrix set in `/tiles`, `/tilesjson.json`, `/map` and `/WMTSCapabilities.xml` endpoints (https://github.com/developmentseed/titiler/pull/802)


Before
/tiles/{z}/{x}/{y}
/tilejson.json
/map
/WMTSCapabilities.xml

Now
/tiles/WebMercatorQuad/{z}/{x}/{y}
/WebMercatorQuad/tilejson.json
/WebMercatorQuad/map
/WebMercatorQuad/WMTSCapabilities.xml


* **Deprecation** `default_tms` attribute in `BaseTilerFactory` (because `tileMatrixSetId` is now required in endpoints).

titiler.mosaic

* **Deprecation** remove default `WebMercatorQuad` tile matrix set in `/tiles`, `/tilesjson.json`, `/map` and `/WMTSCapabilities.xml` endpoints (https://github.com/developmentseed/titiler/pull/802)


Before
/tiles/{z}/{x}/{y}
/tilejson.json
/map
/WMTSCapabilities.xml

Now
/tiles/WebMercatorQuad/{z}/{x}/{y}
/WebMercatorQuad/tilejson.json
/WebMercatorQuad/map
/WebMercatorQuad/WMTSCapabilities.xml


* **Deprecation** `default_tms` attribute in `MosaicTilerFactory` (because `tileMatrixSetId` is now required in endpoints).

Misc

* add `request` as first argument in `TemplateResponse` to adapt with latest starlette version

0.17.3

titiler.application

* Add `extra="ignore"` option `ApiSettings` to fix pydantic issue when using `.env` file (author imanshafiei540, https://github.com/developmentseed/titiler/pull/800)

0.17.2

titiler.core

* fix OpenAPI metadata for algorithm (author JinIgarashi, https://github.com/developmentseed/titiler/pull/797)

0.17.1

* add python 3.12 support

titiler.core

* Add `use_epsg` parameter to WMTS endpoint to resolve ArcMAP issues and fix XML formating (author gadomski, https://github.com/developmentseed/titiler/pull/782)
* Add more OpenAPI metadata for algorithm (author JinIgarashi, https://github.com/developmentseed/titiler/pull/783)

titiler.application

* fix invalid url parsing in HTML responses

0.17.0

titiler.core

* update `rio-tiler` version to `>6.3.0`
* use new `align_bounds_with_dataset=True` rio-tiler option in GeoJSON statistics methods for more precise calculation

Page 2 of 16

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.