Rio-tiler

Latest version: v7.6.0

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

Scan your dependencies

Page 5 of 33

6.4.0

* deprecate `resampling_method` in `rio_tiler.io.xarray.XarrayReader` method and add `reproject_method` (to match the `rio_tiler.io.Reader` options)

python
before
with XarrayReader(data) as dst:
img = dst.tile(0, 0, 1, resampling_method="cubic")

now
with XarrayReader(data) as dst:
img_cubic = dst.tile(0, 0, 1, reproject_method="cubic")

6.3.1

* When overriding **nodata**, do not mix mask and only use the provided nodata value

6.3.0

* do not use `warpedVRT` when overwriting the dataset nodata value

* add `align_bounds_with_dataset` option in `rio_tiler.reader.part` to align input bounds with the dataset resolution

<img src="https://github.com/cogeotiff/rio-tiler/assets/10407788/0e340d3d-e5d9-4558-93f7-3f307c017510" style="max-width: 500px;">

6.2.10

* remove default Endpoint URL in AWS S3 Client for STAC Reader

6.2.9

* fix AWS endpoint credential for STAC `fetch` function, using same defaults as GDAL vsis3 configuration

6.2.8

* apply `discrete` colormap when the provided colormap does not have 256 values

Page 5 of 33

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.