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?<div>
<br></div><div>gdal_translate -of GTiff -ot Byte -co COMPRESS=LZW -co INTERLEAVE=PIXEL <input.tif> <output.tif></div><div><br></div><div>Thanks, </div><div>Jay</div>