Rio-cogeo

Latest version: v5.3.0

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

Scan your dependencies

Page 4 of 12

3.0.0

* no changes since 3.0.0a0

3.0.0a0

* update to `morecantile>=3.0`
* raise warning when using incompatible options for GDAL COG driver (https://github.com/cogeotiff/rio-cogeo/pull/212)

2.3.1

* update `click` version requirement to `>=7.0` to make sure `click.Choice` supports the `case_sensitive` option.

2.3.0

* allow external configuration (GDAL Env) for `cog_validate` (https://github.com/cogeotiff/rio-cogeo/pull/206)

python
from rio_cogeo import cog_validate

assert cog_validate("cog.tif", congig={"GDAL_DISABLE_READDIR_ON_OPEN": "EMPTY_DIR"})[0]


In previous version we were forcing `GDAL_DISABLE_READDIR_ON_OPEN=FALSE` in `cog_validate` function to check for external overviews.

Starting with version 2.3, it's up to the user to set the wanted GDAL configuration (e.g `EMPTY_DIR`: no external file check, `FALSE`: check for external files)

2.2.3

* use opened file for click progressbar (https://github.com/cogeotiff/rio-cogeo/pull/204)

2.2.2

* Add dictionary access to `Info` model (author geospatial-jeff, https://github.com/cogeotiff/rio-cogeo/pull/201)
* remove unsupported resampling method for Warping in CLI options (author drnextgis, https://github.com/cogeotiff/rio-cogeo/pull/202)

Page 4 of 12

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.