[GRASSLIST:974] Re: [GRASS5] How to make a geotif?

Travis Kirstine GIS Tech tkirstine at jdbarnes.com
Tue May 2 08:16:29 EDT 2006


I often use FWTools which includes gdal and when writing a geotiff I use the
creation options "PROFILE=BASELINE",  "INTERLEAVE=PIXEL" and write a
external worldfile with "TFW=YES".  I'm not sure if all these creation
options are available in GRASS but if so I would give them a try as well.
Travis

-----Original Message-----
From: owner-GRASSLIST at baylor.edu [mailto:owner-GRASSLIST at baylor.edu]On
Behalf Of Markus Neteler
Sent: Tuesday, May 02, 2006 3:14 AM
To: Michael Barton
Cc: grass5 list; Multiple recipients of list
Subject: [GRASSLIST:972] Re: [GRASS5] How to make a geotif?


Michael Barton wrote:

> We’re trying to make geotifs of DEMs. So these these will have signed,
> floating point values. We’re having trouble making a geotif that other
> programs can read, especially ArcGIS and Imagine.
>
> I’m using r.out.gdal.
>
> Any suggestions on how to properly create a nice generic, portable geotif?
>
Michael,

the manual of r.out.gdal contains this note:

NOTES
When writing out GeoTIFF format for users of ESRI software or
ImageMagick, the band
interleaving should be switched to pixel interleaving using
createopt="INTERLEAVE=PIXEL" .

Type will be Float32, I guess.

Hope this helps,

Markus




More information about the grass-user mailing list