Re: [gdal-dev] How to stop gdal_translate using overviews when resampling

2021-05-28 Thread Jon Morris
-dev@lists.osgeo.org Subject: Re: [gdal-dev] How to stop gdal_translate using overviews when resampling With GDAL 3.3, you could add -oo OVERVIEW_LEVEL=NONE. See https://gdal.org/api/raster_c_api.html?highlight=overview_level#_CPPv410GDALOpenExPKcjPPCKcPPCKcPPCKc Le 28/05/2021 à 15:56, Jon Morris a écr

Re: [gdal-dev] How to stop gdal_translate using overviews when resampling

2021-05-28 Thread Even Rouault
With GDAL 3.3, you could add -oo OVERVIEW_LEVEL=NONE. See https://gdal.org/api/raster_c_api.html?highlight=overview_level#_CPPv410GDALOpenExPKcjPPCKcPPCKcPPCKc Le 28/05/2021 à 15:56, Jon Morris a écrit : Hello all, One of our users reported a difference in outputs after we upgraded from GDAL

[gdal-dev] How to stop gdal_translate using overviews when resampling

2021-05-28 Thread Jon Morris
Hello all, One of our users reported a difference in outputs after we upgraded from GDAL 2.2 to 3.2. Our tool is using gdal_translate to resample a raster from 5m to 10m and the outputs are very different. I'm ok with things changing between major versions, but when investigating, I found that