[gdal-dev] GTiff INTERLEAVE=BAND
Jay L.
jzl5325 at psu.edu
Wed Oct 12 22:05:02 EDT 2011
I have a series of raster images (GTiff) that are causing ArcMap10 to hang.
After trying a number of different things (32bit to 8bit, translate to
another format, compression, tiling, etc.) I suspect that the issue could be
with the interleave. Gdalinfo shows that INTERLEAVE=BAND. The GTiff driver
suggests that some programs can not handle band and require pixel. I have
tried the following, but have been unable to get interleave set to pixel.
Ideas?
gdal_translate -of GTiff -ot Byte -co COMPRESS=LZW -co INTERLEAVE=PIXEL
<input.tif> <output.tif>
Thanks,
Jay
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/gdal-dev/attachments/20111012/b209c5ea/attachment.html
More information about the gdal-dev
mailing list