[GRASS-user] r.out.ascii in tabular format

Markus Neteler neteler at itc.it
Wed Sep 27 08:46:57 EDT 2006


On Wed, Sep 27, 2006 at 03:23:13PM -0400, temiz wrote:
> hello
> 
> r.out.ascii input=elf1 output=- > elf1.xyz
> 
> how can I get r.out.ascii in tabular format like this:
> 
> x      y      z
> --     --     --
> .       .       .   
> .       .       .

r.stats -1g elf1 > elf1.xyz

should do the job.

Markus




More information about the grass-user mailing list