|
@@ -3,19 +3,19 @@
|
|
|
The <em>r3.out.bin</em> program exports a GRASS 3D raster map to a binary array
|
|
|
file. Optionally, output can be send to standard output (stdout) for direct
|
|
|
input (pipe) into other applications. Data is exported according to the
|
|
|
-original GRASS 3D raster type (float, double).
|
|
|
+original GRASS 3D raster type (float, double).
|
|
|
|
|
|
<h2>NOTES</h2>
|
|
|
|
|
|
-The write order of the rows (north->south to south->north) and
|
|
|
+The write order of the rows (north->south to south->north) and
|
|
|
the write order of the depths (bottom->top to top->bottom) can be switched.
|
|
|
<p>
|
|
|
The region parameters are printed to stderr when setting the verbose flag.
|
|
|
Export of little and big endian byte order is supported.
|
|
|
<p>
|
|
|
-Have a look at <a href="r3.out.ascii.html">r3.out.ascii</a> to manual page that
|
|
|
+Have a look at <a href="r3.out.ascii.html">r3.out.ascii</a> manual page that
|
|
|
describes the internal layout of the 3D raster maps and the supported
|
|
|
-row and depth switch options.
|
|
|
+row and depth switch options.
|
|
|
|
|
|
<h2>Examples</h2>
|
|
|
|
|
@@ -26,8 +26,8 @@ Have a look at the examples in <a href="r3.in.bin.html">r3.in.bin</a>.
|
|
|
|
|
|
<em>
|
|
|
<a href="r3.in.bin.html">r3.in.bin</a>,
|
|
|
-<a href="r3.out.ascii.html">r3.out.bin</a>,
|
|
|
-<a href="r3.in.ascii.html">r3.in.bin</a>
|
|
|
+<a href="r3.out.bin.html">r3.out.bin</a>,
|
|
|
+<a href="r3.in.ascii.html">r3.in.ascii</a>
|
|
|
</em>
|
|
|
|
|
|
|