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