1234567891011121314151617181920212223242526272829303132333435 |
- <h2>DESCRIPTION</h2>
- <em>v.to.rast3</em> converts a GRASS 3D vector point map to a GRASS 3D raster map.
- <h2>NOTES</h2>
- When converting from a 3D vector point layer to a 3D raster map
- a vector point is converted into a single 3D raster cell (voxel)
- representing the location of the vector point. As 3D raster cell
- value the database attribute of the vector point is stored with
- floating point precision.
- <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>
|