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
310 stars 42 forks source link

Add new parameter to `cog_validation` #205

Closed JoakimJoensuu closed 3 years ago

JoakimJoensuu commented 3 years ago

Speeds up validation when there are many GeoTIFFs with the same S3 bucket prefix and all of them are known not to have external overviews.

vincentsarago commented 3 years ago

thanks for the PR @JoakimJoensuu

I think we should just get ride of this and enable passing a config parameter to cog_validate as we do for cog_translate.

Let me do another PR where we can continue the discussion

JoakimJoensuu commented 3 years ago

thanks for the PR @JoakimJoensuu

I think we should just get ride of this and enable passing a config parameter to cog_validate as we do for cog_translate.

Let me do another PR where we can continue the discussion

Sounds great!

JoakimJoensuu commented 3 years ago

Continue on #206