Converts a binary grass vector map (only points) layer into a 3d grass raster map layer.
vector, volume, conversion
v.to.rast3
v.to.rast3 help
v.to.rast3 input=name output=name column=name [layer=integer] [--overwrite] [--verbose] [--quiet]
Allow output files to overwrite existing files
Verbose module output
Quiet module output
Name of input vector map
Name for output raster3d map
Column name (type must be numeric)
Layer number
A single vector map can be connected to multiple database tables. This number determines which table to use.
Default: 1
v.to.rast3 converts a GRASS 3D vector point map to a GRASS 3D raster volume (voxel) map.
When converting from a 3D vector point layer to a 3D raster volume a vector point is converted into a single cube representing the location of the vector point.
g.region
Original s.to.rast3: Jaro Hofierka, Geomodel s.r.o.
Updated by Radim Blazek
Last changed: $Date: 2012-04-23 21:45:15 +0200 (Mo, 23. Apr 2012) $
Full index
� 2003-2014 GRASS Development Team