r3.in.bin.html 730 B

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