-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clean internal overviews but file size not change #10551
Comments
You probably did not see this part of the documentation https://gdal.org/programs/gdaladdo.html
|
Oh, thanks. I got it. But do you feel it's weird? |
if your geotiff is tiled, you should be able to use github.com/airbusgeo/cogger for a very fast rewrite reclaiming space. (the output will be a cog, but a geotiff also nonetheless) |
I guess that |
I have opened airbusgeo/cogger#13 in order to further support geotiff cleaning with cogger. If you have any other ideas you can add them over there. |
What is the bug?
File size not change after remove internal overviews with command
gdaladdo -clean filename.tif
Steps to reproduce the issue
gdaladdo -clean filename.tif
from commandgdaladdo filename.tif
Versions and provenance
v3.8.3
Additional context
No response
The text was updated successfully, but these errors were encountered: