Re: [gdal-dev] New Warnings from GTIFF output

2020-01-23 Thread Even Rouault
On jeudi 23 janvier 2020 14:10:03 CET Brian wrote: > Strange because the files were created by GDAL I created the COG using > these steps ( original file is too large it is an georaster export). Do you > see anything that would introduce the corrupt data? What can be done to fix > it? I attached ea

Re: [gdal-dev] New Warnings from GTIFF output

2020-01-23 Thread Even Rouault
On jeudi 23 janvier 2020 13:26:01 CET Brian wrote: > Currently using the master and received these warnings when running > gdal_translate > > "Warning 1: TIFFReadDirectory:Invalid data type for tag TileByteCounts > Warning 1: TIFFReadDirectory:Invalid data type for tag TileOffsets" > > The exact

[gdal-dev] New Warnings from GTIFF output

2020-01-23 Thread Brian
Currently using the master and received these warnings when running gdal_translate "Warning 1: TIFFReadDirectory:Invalid data type for tag TileByteCounts Warning 1: TIFFReadDirectory:Invalid data type for tag TileOffsets" The exact command was gdal_translate -stats raster_trans.tif raster_cog.tif