I made a few changes to r.[in|out].tiff. Now they support ESRI style
TIFF World files so r.[in|out].arctiff and r.out.geotiff should no
longer be necessary. Also added back compression support for r.out.tiff
for PackBits or Deflate (both work for r.in.tiff as well). I tried
using CCITT_RLE compression, but r.in.tiff doesn't like it (humphf!).
Also, I think I found and removed the Segfault bug in r.in.tiff. No
guarantee there aren't others. I'd like to get a little more testing
before removing r.[in|out].arctiff and r.out.geotiff. Thanks.
--
#! /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@geog.uni-hannover.de with
subject 'unsubscribe grass5'
Hi Eric,
On Sat, Nov 04, 2000 at 10:41:43PM -0800, Eric G . Miller wrote:
I made a few changes to r.[in|out].tiff. Now they support ESRI style
TIFF World files so r.[in|out].arctiff and r.out.geotiff should no
longer be necessary. Also added back compression support for r.out.tiff
for PackBits or Deflate (both work for r.in.tiff as well). I tried
using CCITT_RLE compression, but r.in.tiff doesn't like it (humphf!).
Also, I think I found and removed the Segfault bug in r.in.tiff. No
guarantee there aren't others. I'd like to get a little more testing
before removing r.[in|out].arctiff and r.out.geotiff. Thanks.
thanks for fixing and upgrading r.[in|out].tiff! I tried them, it
seems to work properly.
Please keep in mind to remove r.[in|out].arctiff and r.out.geotiff
finally or move them to /unused/scripts/
Regards
Markus
----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'