Changes between Initial Version and Version 1 of Ticket #5067, comment 2


Ignore:
Timestamp:
Mar 23, 2018, 2:25:07 AM (6 years ago)
Author:
Even Rouault

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5067, comment 2

    initial v1  
    11You could potentially try the following workaround :
    22
     3{{{
    34gdaladdo -ro -r average process.tif 2 (note the -ro flag, this will generate a process.tif.ovr file)
    45gdaladdo -ro -r average process.tif.ovr 2  (note the -ro flag, this will generate a process.tif.ovr.ovr file)
     6}}}
    57
    68... repeated the number of times you need overviews.