
Note that for compression the none option only specifies that neither LZW nor RLE is used for compression. It does not turn off the compression all together. 3D raster maps do not support non-compressed files.
The tiledimension parameter defines the dimension of the tiles used in the output file. The format is: XxYxZ
The nv parameter specifies which value to convert to NULL-value. If the specified value is none, no conversion is performed. Default is none.

version: "grass7" order: "nsbt" or "nstb" or "snbt" or "sntb" north: floating point south: floating point east: floating point west: floating point top: floating point bottom: floating point rows: integer cols: integer levels: integer
The version and order options are not mandatory. In case no version and order option is specified, the default GRASS 6 ASCII format is assumed.
This header is followed by the cell values in floating point format organized in rows with constant col and level coordinate. The rows are organized by constant level coordinate. Individual cell values are separated by space or CR.
north: 3.0 south: 0.0 east: 4.0 west: 0.0 top: 2.0 bottom: 0.0 rows: 3 cols: 4 levels: 2 x1,y1,z1 x2,y1,z1 x3,y1,z1 x4,y1,z1 x1,y2,z1 x2,y2,z1 x3,y2,z1 x4,y2,z1 x1,y3,z1 x2,y3,z1 x3,y3,z1 x4,y3,z1 x1,y1,z2 x2,y1,z2 x3,y1,z2 x4,y1,z2 x1,y2,z2 x2,y2,z2 x3,y2,z2 x4,y2,z2 x1,y3,z2 x2,y3,z2 x3,y3,z2 x4,y3,z2
Last changed: $Date: 2011-11-08 13:24:20 -0800 (Tue, 08 Nov 2011) $
Main index - Raster3D index - Full index
© 2003-2012 GRASS Development Team