cogeotiff / rio-cogeo

Cloud Optimized GeoTIFF creation and validation plugin for rasterio
https://cogeotiff.github.io/rio-cogeo/
BSD 3-Clause "New" or "Revised" License
308 stars 42 forks source link

fix #288 overviews should be NONE when overview_level=0 #289

Closed lagamura closed 1 week ago

lagamura commented 3 months ago

In cog_translate(...) the combination of parameters cog_translate(..., use_cog_driver=True, overview_level=0) should not produce overviews for the cog file.