r3.to.rast.html 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <h2>DESCRIPTION</h2>
  2. Converts one 3D raster map into several 2D raster maps (depends on depths).
  3. If the 2D and 3D region settings are different, the 3D resolution will be
  4. adjusted to the 2D resolution (the depths are not touched).
  5. The user can force <em>r3.to.rast</em> to use the 2D resolution of the input
  6. 3D raster map for the output maps, independently from the current region settings.
  7. <center>
  8. <img src="r3.to.rast.png" border="0"><br>
  9. <table border="0" width="700">
  10. <tr><td><center>
  11. <em>How r3.to.rast works</em>
  12. </center></td></tr>
  13. </table>
  14. </center>
  15. <h2>NOTES</h2>
  16. Every slice of the 3D raster map is copied to one 2D raster map. The maps
  17. are named like <b>output</b><em>_slicenumber</em>. Slices are counted from bottom
  18. to the top, so the bottom slice has number 1.
  19. The number of slices is equal to the number of depths.
  20. <h2>SEE ALSO</h2>
  21. <em>
  22. <a href="r3.cross.rast.html">r3.cross.rast</a>,
  23. <a href="r3.out.vtk.html">r3.out.vtk</a>,
  24. <a href="r3.out.ascii.html">r3.out.ascii</a>,
  25. <a href="g.region.html">g.region</a>
  26. </em>
  27. <h2>AUTHOR</h2>
  28. S&ouml;ren Gebbert
  29. <p><i>Last changed: $Date$</i>