Rio-tiler

Latest version: v6.6.1

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

Scan your dependencies

Page 10 of 31

3.1.4

* Fix cutline creation for MultiPolygon (author Fernigithub, https://github.com/cogeotiff/rio-tiler/pull/493)

3.1.3

* Switch to `pyproject.toml` and `flit` for packaging (https://github.com/cogeotiff/rio-tiler/pull/490)
* Catch discrete colormap with negative values (https://github.com/cogeotiff/rio-tiler/pull/492)

3.1.2

* avoid calculating statistics for non-finite values (https://github.com/cogeotiff/rio-tiler/pull/489)

3.1.1

* forward `band names` to ImageData output in `mosaic_reader` (https://github.com/cogeotiff/rio-tiler/pull/486)

3.1.0

* add support for setting the S3 endpoint url scheme via the `AWS_HTTPS` environment variables in `aws_get_object` function using boto3 (https://github.com/cogeotiff/rio-tiler/pull/476)
* Add semicolon `;` support for multi-blocks expression (https://github.com/cogeotiff/rio-tiler/pull/479)
* add `rio_tiler.expression.get_expression_blocks` method to split expression (https://github.com/cogeotiff/rio-tiler/pull/479)
* add `merged_statistics` method for `MultiBaseReader` to get statistics using between assets expression (https://github.com/cogeotiff/rio-tiler/pull/478)

**future deprecation**

* using a comma `,` in an expression to define multiple blocks will be replaced by semicolon `;`

python
before
expression = "b1+b2,b2"

new
expression = "b1+b2;b2"


**breaking changes**

* update morecantile requirement to `>=3.1,<4.0`. WebMercatorQuad TMS is now aligned with GDAL and Mercantile TMS definition.

3.0.3

* make sure we raise an HTTP exception when using an invalid STAC url (https://github.com/cogeotiff/rio-tiler/pull/475)

Page 10 of 31

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.