[gdal-dev] Discrepancy in utilizing overviews with gdalwarp

Denis Rykov rykovd at gmail.com
Sun Jun 9 16:27:15 PDT 2024


I'd anticipate that both commands would yield the same outcome:

$ gdalwarp -oo OVERVIEW_LEVEL=1 -dstalpha input.vrt ovr1.tif
$ gdalwarp -ovr 1 -dstalpha input.vrt ovr1.tif

However, the reality is different. The first command behaves as intended,
utilizing overviews from *.vrt.ovr, while the second command operates
noticeably slower, seemingly disregarding the overviews.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20240610/77e4f3e0/attachment.htm>


More information about the gdal-dev mailing list