On Mon, Feb 22, 2010 at 1:40 PM, Hamish <[email protected]> wrote: > thedok78 wrote: >> I need to export some raster data from GRASS to ArcView; as >> suggested on the wiki [1] I used the option INTERLEAVE=PIXEL with >> r.out.gdal: >> >> r.out.gdal in=elevation.10m format=GTiff type=Float32 >> createopt="INTERLEAVE=PIXEL" out=output.tif >> >> The problem is that, using gdalinfo, INTERLEAVE is still >> set to BAND. >> Any idea? >> >> Using GRASS 6.4.0svn and GDAL 1.7.1 > > yes, I can reproduce this: (grass 6.5 + gdal 1.5.2) > > #spearfish > G6.5> r.out.gdal elevation.dem out=elev_pix.tif crea="INTERLEAVE=PIXEL" > G6.5> gdalinfo elev_pix.tif | grep INTERLEAVE > INTERLEAVE=BAND
IMHO best will be to open a GDAL ticket for this. Markus _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
