If output is not specified then standard output (stdout) is used. The -h flag may be used to suppress header information. The module is sensitive to region settings (set with g.region).
The format of the ASCII file is:
north: floating point south: floating point east: floating point west: floating point top: floating point bottom: floating point rows: integer cols: integer levels: integer
(x, y, z) (x + 1, y, z) ... (x + cols, y, z) (x, y + 1, z) (x + 1, y + 1, z) ... (x + cols, y + 1, z) and so on.
One level maps can be imported with r.in.ascii (2D raster) after removing the header lines "top", "bottom" and "levels".
Last changed: $Date: 2011-09-13 22:13:36 +0200 (Tue, 13 Sep 2011) $
Main index - raster3D index - Full index
© 2003-2011 GRASS Development Team