12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <H2>DESCRIPTION</H2>
- The <EM>r.out.xyz</EM> module will export a raster map as a list of x,y,z
- values into an ASCII text file.
- <P>
- <EM>(GRASS Shell Script)</EM>
- <H2>NOTES</H2>
- This module will not export x,y coordinates for raster cells containing
- a NULL value. This includes cells masked by a raster MASK.
- <P>
- This module, as all GRASS raster modules, will export cells based on the
- current region settings. See the <EM>g.region</EM> module for details.
- <P>
- The <EM>r.out.ascii</EM> module should be used to export an array (of
- size row x column) containing z values.
- <P>
- <EM>r.out.xyz</EM> is simply a front-end to "<tt>r.stats -1gn</tt>".
- <H2>TODO</H2>
- Implement this script as a <EM>r.out.ascii</EM> option?
- <H2>SEE ALSO</H2>
- <EM>
- <A HREF="g.region.html">g.region</A>,
- <A HREF="r.mask.html">r.mask</A>
- <A HREF="r.out.ascii.html">r.out.ascii</A>,
- <A HREF="r.stats.html">r.stats</A>
- </EM>
- <H2>AUTHOR</H2>
- M. Hamish Bowman<BR>
- <i>Dept. Marine Science<BR>
- Otago University, New Zealand</i>
- <P>
- <i>Last changed: $Date$</i>
|