DESCRIPTION

The r.out.xyz module will export a raster map as a list of x,y,z values into an ASCII text file.

(GRASS Shell Script)

NOTES

This module will not export x,y coordinates for raster cells containing a NULL value. This includes cells masked by a raster MASK.

This module, as all GRASS raster modules, will export cells based on the current region settings. See the g.region module for details.

The r.out.ascii module should be used to export an array (of size row x column) containing z values.

r.out.xyz is simply a front-end to "r.stats -1gn".

TODO

Implement this script as a r.out.ascii option?

SEE ALSO

g.region, r.mask r.out.ascii, r.stats

AUTHOR

M. Hamish Bowman
Dept. Marine Science
Otago University, New Zealand

Last changed: $Date$