Re: [gdal-dev] TIFFReadEncodedTile() failed

2009-06-15 Thread Even Rouault
Looks like your input image might be corrupted. You could confirm by running : gdalinfo -checksum Av.MaxNDVI.2000.2009.Week.17.tif If it still triggers the error but you believe the image is not corrupted, you should try with a recent version of GDAL first and if it still persists, file a ticket

[gdal-dev] TIFFReadEncodedTile() failed

2009-06-15 Thread Dillabough, Craig
Hi, I am trying to use GDAL to rescale/reproject a fairly large GeoTiff file (just over 1 GB). The image is 28800x9600 with 32 bit floating-point pixel values. I would like to reproject it, but for starters wanted to try rescaling it to 8 bits. When running gdal_translate as follows: gdal_translat

Re: [gdal-dev] TIFFReadEncodedTile() failed error

2009-03-04 Thread Frank Warmerdam
Gong, Shawn (Contractor) wrote: hi list, I am using gdal 1.6.0 on windows that I built a few months ago. When I opened RSAT2 image with OpenEV I got: ... ERROR 1: TIFFFillTile:Read error at row 256, col 1536; got 0 bytes, expected 655 ... Was that bug fixed in 1.4.4? Shawn, U

[gdal-dev] TIFFReadEncodedTile() failed error

2009-03-04 Thread Gong, Shawn (Contractor)
hi list, I am using gdal 1.6.0 on windows that I built a few months ago. When I opened RSAT2 image with OpenEV I got: ERROR 1: IReadBlock failed at X offset 3, Y offset 6 ERROR 1: GetBlockRef failed at X block offset 3, Y block offset 6 ERROR 1: TIFFFillTile:Read error at