The format for 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: integerThe header is followed by cell values in floating point format. Cell values are output as a series of horizontal slices in row-major order. That is,
(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 (Raster 2D) after removing the header lines "top", "bottom" and "levels".
Last changed: $Date: 2006-04-20 23:31:24 +0200 (Thu, 20 Apr 2006) $
Main index - raster3D index - Full index
© 2003-2010 GRASS Development Team