r.out.xyz.html 1023 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <H2>DESCRIPTION</H2>
  2. The <EM>r.out.xyz</EM> module will export a raster map as a list of x,y,z
  3. values into an ASCII text file.
  4. <P>
  5. <EM>(GRASS Shell Script)</EM>
  6. <H2>NOTES</H2>
  7. This module will not export x,y coordinates for raster cells containing
  8. a NULL value. This includes cells masked by a raster MASK.
  9. <P>
  10. This module, as all GRASS raster modules, will export cells based on the
  11. current region settings. See the <EM>g.region</EM> module for details.
  12. <P>
  13. The <EM>r.out.ascii</EM> module should be used to export an array (of
  14. size row x column) containing z values.
  15. <P>
  16. <EM>r.out.xyz</EM> is simply a front-end to "<tt>r.stats -1gn</tt>".
  17. <H2>TODO</H2>
  18. Implement this script as a <EM>r.out.ascii</EM> option?
  19. <H2>SEE ALSO</H2>
  20. <EM>
  21. <A HREF="g.region.html">g.region</A>,
  22. <A HREF="r.mask">r.mask</A>
  23. <A HREF="r.out.ascii.html">r.out.ascii</A>,
  24. <A HREF="r.stats">r.stats</A>
  25. </EM>
  26. <H2>AUTHOR</H2>
  27. M. Hamish Bowman<BR>
  28. <i>Dept. Marine Science<BR>
  29. Otago University, New Zealand</i>
  30. <P>
  31. <i>Last changed: $Date$</i>