Re: [gdal-dev] Verbose mode in GDAL

2016-02-17 Thread Robert Coup
Hi Jonathan, You can try setting CPL_DEBUG=ON as a config option (see https://trac.osgeo.org/gdal/wiki/ConfigOptions). Some specific formats/drivers also have additional debug settings, but not GeoTIFF. Rob :) On 17 February 2016 at 13:51, Jonathan Moules wrote: > Hi List, > I'm running the fo

[gdal-dev] Verbose mode in GDAL

2016-02-17 Thread Jonathan Moules
Hi List, I'm running the following four queries against the same data (a packbits compressed geotiff): gdaladdo -r average --config COMPRESS_OVERVIEW JPEG --config PHOTOMETRIC_OVERVIEW YCBCR i1.tif 2 4 8 16 gdaladdo -r average --config PHOTOMETRIC_OVERVIEW YCBCR i2.tif 2 4 8 16 gda