v.to.rast3.html 972 B

1234567891011121314151617181920212223242526272829303132333435
  1. <h2>DESCRIPTION</h2>
  2. <em>v.to.rast3</em> converts a GRASS 3D vector point map to a GRASS 3D raster map.
  3. <h2>NOTES</h2>
  4. When converting from a 3D vector point layer to a 3D raster map
  5. a vector point is converted into a single 3D raster cell (voxel)
  6. representing the location of the vector point. As 3D raster cell
  7. value the database attribute of the vector point is stored with
  8. floating point precision.
  9. <center>
  10. <img src="v_to_rast3_test.png" border="0"><br>
  11. <table border="0" width="600">
  12. <tr><td><center>
  13. <i>This screenshot shows the result of the v.to.rast3 test. Visualized are the cube of the
  14. grass region, the vector points as black dots and the voxel cells as wireframe model. Only cells with
  15. non-null values are shown.</i>
  16. </center></td></tr>
  17. </table>
  18. </center>
  19. <h2>SEE ALSO</h2>
  20. <em><a href="g.region.html">g.region</a></em>
  21. <h2>AUTHOR</h2>
  22. Original s.to.rast3: Jaro Hofierka, Geomodel s.r.o.<br>
  23. Updated by Radim Blazek
  24. <p><i>Last changed: $Date$</i>