Titiler.pgstac

Latest version: v1.3.0

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

Scan your dependencies

Page 1 of 8

1.3.0

* update titiler requirement to `>=0.18.0,<0.19`
* Add `/colorMaps` endpoints to the application
* **Deprecation** remove default `WebMercatorQuad` tile matrix set in `/tiles`, `/tilesjson.json`, `/map`, `/WMTSCapabilities.xml` and `/assets` endpoints


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

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


* update `titiler.pgstac.model.Link` to match the OGC specification
* use `{tileMatrixSetId}` in templated URL links
* add support for [`render`](https://github.com/stac-extensions/render) and [`item-assets`](https://github.com/stac-extensions/item-assets) STAC Collection extensions for the `STAC Collections` *info* and *wmts* endpoints
* add `/info` endpoint to the `STAC Collections` endpoints
* add `/collections` and `/collections/{collection_id}` endpoints when `TITILER_PGSTAC_API_DEBUG=TRUE`
* Expect the `Metadata.defaults` configurations to follow the STAC `render` extension (https://github.com/stac-extensions/render)

json
// before
"blue": {
"rescale": ["0,100"],
"assets": "b1",
}

// now
"blue": {
"rescale": [[0, 100]],
"assets": ["b1"],
}

1.2.3

* add python 3.12 support
* Add `extra="ignore"` option `CacheSettings` to fix pydantic issue when using `.env` file

1.2.2

* enable passing `ConnectionPool` *kwargs* option in `titiler.pgstac.db.connect_to_db` function (author smohiudd, https://github.com/stac-utils/titiler-pgstac/pull/155)

1.2.1

* fix invalid url parsing in HTML responses

1.2.0

* update titiler requirement to `>=0.17.0,<0.18`
* use new `align_bounds_with_dataset=True` rio-tiler option in GeoJSON statistics methods for more precise calculation

1.1.0

* update titiler requirement to `>=0.16.0,<0.17`
* use morecantile `TileMatrixSet.cellSize` property instead of deprecated/private `TileMatrixSet._resolution` method (author hrodmn, https://github.com/stac-utils/titiler-pgstac/pull/148)
* add `/point/{lon},{lat}` endpoint in `MosaicTilerFactory` (co-author hrodmn, https://github.com/stac-utils/titiler-pgstac/pull/150)

Page 1 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.