Titiler

Latest version: v0.18.2

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

Scan your dependencies

Page 12 of 16

0.3.6

titiler.core

- fix morecantile related tests (https://github.com/developmentseed/titiler/issues/358)
- fix float parsing when datatype is float32 (https://github.com/developmentseed/rio-viz/issues/39)

titiler.application

- fix morecantile related tests (https://github.com/developmentseed/titiler/issues/358)

0.3.5

titiler.mosaic

* add `/{z}/{x}/{y}/assets`, `/{lon},{lat}/assets`, `/{minx},{miny},{maxx},{maxy}/assets` GET endpoints to return a list of assets that intersect a given geometry (author mackdelany, https://github.com/developmentseed/titiler/pull/351)

0.3.4

titiler.core

* add `/crop` POST endpoint to return an image from a GeoJSON feature (https://github.com/developmentseed/titiler/pull/339)
* add `/statistics` (GET and POST) endpoints to return advanced images statistics (https://github.com/developmentseed/titiler/pull/347)

titiler.application

* add optional `root_path` setting to specify a url path prefix to use when running the app behind a reverse proxy (https://github.com/developmentseed/titiler/pull/343)

0.3.3

titiler.core

* fix possible bug when querystring parameter are case insensitive (https://github.com/developmentseed/titiler/pull/323)

titiler.mosaic

* update `tilejson` and `WMTSCapabilities.xml` endpoints to allow list querystrings (as done previously in https://github.com/developmentseed/titiler/issues/319)

titiler.application

* add `titiler.application.middleware.LowerCaseQueryStringMiddleware` to cast all query string parameter to lowercase (author lorenzori, https://github.com/developmentseed/titiler/pull/321)

code and repo

* move `titiler` code to `src/titiler`

0.3.2

titiler.core

* update rio-tiler dependency to `>=2.1` version and update `rescale` query-parameter (https://github.com/developmentseed/titiler/issues/319)


before
previously, rio-tiler was splitting a list of input range in tuple of 2
rescale=0,1000,0,1000,0,1000

now
rio-tiler 2.1 now expect sequence of tuple in form of Sequence[Tuple[Num, Num]]
rescale=0,1000&rescale=0,1000&rescale=0,1000


titiler.mosaic

* update `cogeo-mosaic` version to `>=3.0,<3.1`.

titiler.application

* re-order middlewares (https://github.com/developmentseed/titiler/issues/311)
* update rio-cogeo version to `>=2.2` and use `rio_cogeo.models` instead of custom ones.

0.3.1

* add `exclude_path` options in `titiler.application.middleware.CacheControlMiddleware` to avoid adding cache-control headers to specific paths.
* allow `histogram_bins` to be a single value or a `,` delimited scalar (https://github.com/developmentseed/titiler/pull/307)
* change error status from `404` to `500` for `RasterioIOError` exception (author kylebarron, https://github.com/developmentseed/titiler/pull/300)

Sometimes GDAL/Rasterio can lose track of the file handler (might be related to cache issue + threading) and raise `RasterioIOError: file not found`, while the file exists for real. To avoid caching this, we changed the error code to 500 (errors >= 500 do not get `cache-control` header on titiler.application).

Page 12 of 16

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.