<div dir="ltr"><div>Hi,</div><div><br></div><div>I am seeing an issue where after I create an overview the pixels at the lower zoom_level are slightly shifted as compared to if I don't create an overview.</div><div><br></div><div>You can reproduce by running the following and comparing overview1.tif with overview2.tif.  They don't quite line up.  You will find overview1.tif and overview3.tif do line up.</div><div><br></div><div><a href="https://eoimages.gsfc.nasa.gov/images/imagerecords/57000/57752/land_shallow_topo_8192.tif">https://eoimages.gsfc.nasa.gov/images/imagerecords/57000/57752/land_shallow_topo_8192.tif</a><br></div><div>gdal_translate -a_srs EPSG:4326 -a_ullr -180 -90 180 90 land_shallow_topo_8192.tif marble.tif<br></div><div><br></div><div>gdal_translate -of GPKG marble.tif marble.gpkg -co TILING_SCHEME=GoogleMapsCompatible</div><div>gdal_translate -r nearest -of GTIFF -tr 156543.0339280410 156543.0339280410  marble.gpkg overview1.tif<br></div><div><div>gdaladdo -r near  marble.gpkg</div></div><div><div>gdal_translate -r nearest -of GTIFF -tr 156543.0339280410 156543.0339280410  marble.gpkg overview2.tif</div></div><div>gdalwarp -r near -of GTIFF -tr 156543.0339280410 156543.0339280410 marble.gpkg overview3.tif<br></div><div><br></div><div><br></div><div>Why would the pixels shift because of the overview creation?</div><div><br></div><div><br></div><div>Thanks,</div><div>Roarke</div>
</div>