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.
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