Rio-tiler

Latest version: v6.6.1

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

Scan your dependencies

Page 2 of 31

6.4.4

* better handler `NaN` nodata values for masking (author cerolinx, https://github.com/cogeotiff/rio-tiler/pull/691)

6.4.3

* make sure `scale` and `offset` are set in `Info` even when `offset=0.` or `scale=1.0` (https://github.com/cogeotiff/rio-tiler/pull/687)

6.4.2

* better account for coverage in statistics (https://github.com/cogeotiff/rio-tiler/pull/684)

6.4.1

* add `CountMethod` mosaic method (author mccarthyryanc, https://github.com/cogeotiff/rio-tiler/pull/676)

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

Page 2 of 31

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.