"gdaladdo -clean" does not remove the internal overview from the file see http://trac.osgeo.org/gdal/ticket/4940
How do I remove GeoTIFF overview(s) without having to re-compress the main image.
|
"gdaladdo -clean" does not remove the internal overview from the file see http://trac.osgeo.org/gdal/ticket/4940 How do I remove GeoTIFF overview(s) without having to re-compress the main image. |
|||||||||
|
|
Using tiffsplit (of libtiff, debian/ubuntu package: libtiff-tools) and gdalcopyproj.py you can extract the main image + overviews and then copy across the original geo metadata. Example:
|
||||
|
|