1234567891011121314151617181920212223 |
- <h2>DESCRIPTION</h2>
- <em>r3.in.bin</em> allows a user to create a GRASS 3D raster map
- from a variety of binary 3D raster data formats.
- <p>The top, bottom, north, south, east, and west field values entered
- are the coordinates of the edges of the geographic region.
- The depths, rows and cols field values entered describe the dimensions
- of the matrix of data to follow.
- If the bytes field is entered incorrectly an error will be generated
- suggesting a closer bytes value.
- <h2>SEE ALSO</h2>
- <em>
- <a href="r3.out.bin.html">r3.out.bin</a>,
- <a href="r3.in.ascii.html">r3.in.ascii</a>,
- <a href="r3.out.ascii.html">r3.out.ascii</a>
- </em>
- <h2>AUTHORS</h2>
- Soren Gebbert, based on r.in.bin from Jacques Bouchard and Bob Covill
|