Thu, Feb 2 2006
17:50:31
|
|
Request created by guest
|
|
Subject: wanted module: r.out.xyz
Platform: GNU/Linux/x86
grass binary for platform: Downloaded precompiled Binaries
GRASS Version: 6.1 cvs 20060130
I would like to request a Grass raster module that exports the easting, northing,
and z-value into an ascii file:
351500.23 4912600.40 -61.1
351501.23 4912600.40 -60.0
....etc
I have the source code for this module in C and it works in Grass 5, however
it would need to be ported to Grass 6 by someone who knows more C than me.
~ Eric Patton. |
|
Thu, Feb 2 2006
22:11:09
|
|
Mail sent by mneteler
|
|
Eric,
r.stats -1g map
does the job. See the -n flag for "no data" handling.
Markus |
|
Fri, Feb 3 2006
13:49:00
|
|
Mail sent by epatton@nrcan.gc.ca
|
|
Return-Path |
<epatton@nrcan.gc.ca>
|
Delivered-To |
grass-bugs@lists.intevation.de
|
Message-ID |
<0E5A77B55A57D511BB3F0002A537C26206411037@s5-dar-r1.nrn.nrcan.gc.ca>
|
From |
"Patton, Eric" <epatton@nrcan.gc.ca>
|
To |
'Markus Neteler via RT ' <grass-bugs@intevation.de>
|
Subject |
RE: [bug #4053] (grass) wanted module: r.out.xyz
|
Date |
Fri, 3 Feb 2006 08:48:51 -0400
|
MIME-Version |
1.0
|
X-Mailer |
Internet Mail Service (5.5.2657.72)
|
X-Envelope-From |
rt@intevation.de
|
X-Envelope-To |
rt@intevation.de
|
X-Sender |
rt@intevation.de
|
Content-Type |
text/plain; charset="iso-8859-1"
|
X-Spam-Status |
No, hits=-4.9 tagged_above=-999.0 required=3.0 tests=BAYES_00
|
X-Spam-Level |
|
Thank you for this info, Markus. I had forgotten about that combination of
flags for r.stats.
Regards,
~ Eric.
-----Original Message-----
From: Markus Neteler via RT
To: epatton@nrcan.gc.ca
Cc: grass5@grass.itc.it
Sent: 2/2/2006 4:11 PM
Subject: [bug #4053] (grass) wanted module: r.out.xyz
Eric,
r.stats -1g map
does the job. See the -n flag for "no data" handling.
Markus
-------------------------------------------- Managed by Request Tracker
|
|
Fri, Feb 3 2006
17:55:41
|
|
Status changed to resolved by msieczka
|
|