1v.to.rast3(1)                 Grass User's Manual                v.to.rast3(1)
2
3
4

NAME

6       v.to.rast3   -  Converts  a binary GRASS vector map (only points) layer
7       into a 3D GRASS raster map layer.
8

KEYWORDS

10       vector, volume, conversion
11

SYNOPSIS

13       v.to.rast3
14       v.to.rast3 help
15       v.to.rast3   input=name   output=name   column=name     [layer=integer]
16       [--overwrite]  [--verbose]  [--quiet]
17
18   Flags:
19       --overwrite
20           Allow output files to overwrite existing files
21
22       --verbose
23           Verbose module output
24
25       --quiet
26           Quiet module output
27
28   Parameters:
29       input=name
30           Name of input vector map
31
32       output=name
33           Name for output raster3d map
34
35       column=name
36           Column name (type must be numeric)
37
38       layer=integer
39           Layer number
40           A  single  vector map can be connected to multiple database tables.
41           This number determines which table to use.
42           Default: 1
43

DESCRIPTION

45       v.to.rast3 converts a GRASS 3D vector  point  map  to  a  GRASS  3dgrid
46       raster volume (voxel) map.
47

NOTES

49       When  converting from a 3D vector point layer to a 3dcell volume a vec‐
50       tor point is converted into a single cube representing the location  of
51       the vector point.
52

SEE ALSO

54       g.region
55

AUTHOR

57       Original s.to.rast3: Jaro Hofierka, Geomodel s.r.o.
58       Updated by Radim Blazek
59
60       Last changed: $Date: 2005-11-15 07:51:24 +0100 (Tue, 15 Nov 2005) $
61
62       Full index
63
64       © 2003-2008 GRASS Development Team
65
66
67
68GRASS 6.3.0                                                      v.to.rast3(1)
Impressum