[GRASS-user] r.out.gdal and INTERLEAVE=PIXEL

Markus Neteler neteler at osgeo.org
Mon Feb 22 10:20:17 EST 2010


On Mon, Feb 22, 2010 at 1:40 PM, Hamish <hamish_b at yahoo.com> 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


More information about the grass-user mailing list