v.to.rast3.html 919 B

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