[GRASS5] Request removal of r.out.geotiff
(or merge with r.out.arctiff).
Eric G . Miller
egm2 at jps.net
Sat Nov 4 04:51:40 EST 2000
The r.out.geotiff script is confusing because it would lead the user to
believe it creates a GeoTIFF file when it does nothing of the sort. It
just uses r.out.tiff to create the file, writes a tiff world file and
a text files with some other info. A GeoTIFF file actually has all the
projection/datum/rotation/cell size/etc... info encoded in it.
r.out.geotiff essentially produces something compatible with ESRI's
ArcView and Arc/Info (like r.out.arctiff does...). I think we need to
nip this confusion in the bud. I'll take care of it if nobody objects.
--
#! /bin/sh
# ppp-address: What's my Internet Address for ppp0 ?
/sbin/ifconfig ppp0 2> /dev/null | grep 'inet addr:' | sed \
's=.*inet addr\:\([0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\).*=\1='
----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo at geog.uni-hannover.de with
subject 'unsubscribe grass5'
More information about the grass-dev
mailing list