[GRASSLIST:945] Re: Site to ascii file
Hamish
hamish_nospam at yahoo.com
Tue Aug 12 20:22:57 EDT 2003
> How can I export a site layer to an ascii file? I do it (s.out.ascii),
> but it only shows the result on the screen. Thank you very much.
>From the help page (at the very bottom):
http://grass.ibiblio.org/gdp/html_grass5/html/s.out.ascii.html
The output from s.out.ascii may be placed into a file by using the UNIX
redirection mechanism; e.g.:
s.out.ascii sites=archsites > out.file
s.out.ascii output may also be redirected into other programs; e.g.:
s.out.ascii sites=archsites | d.points color=red size=10 type=diamond
More information about the grass-user
mailing list