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

NAME

6       r.to.rast3  - Converts 2D raster map slices to one 3D raster volume map
7

KEYWORDS

9       raster
10

SYNOPSIS

12       r.to.rast3
13       r.to.rast3 help
14       r.to.rast3 input=string[,string,...] output=string  [--overwrite]
15
16   Flags:
17       --overwrite
18
19   Parameters:
20       input=string[,string,...]
21           2d raster maps which represent the slices
22
23       output=string
24           output 3dcell map which will be filled with the 2D raster slices
25

DESCRIPTION

27       Converts  2D  raster  map(s) into one G3D raster map.  If the 2d and 3d
28       region settings are different, the 2d resolution will be adjust to  the
29       3d resolution.  | How r.to.rast3 works
30

NOTES

32       Every  2D  raster  map  is  copied  as one slice to the G3D raster map.
33       Slices are counted from bottom to the top, so the bottom slice  has  to
34       be number 1.
35       If  fewer 2D raster maps are provided than depths, the last give 2D map
36       is used to fill up the  G3D slices to the top.
37

Example 1

39       This example shows how to convert 6 maps into one 3d map with 6 layers.
40
41       # Mapset data in Location slovakia3d
42       r.to.rast3     input=prec_1,prec_2,prec_3,prec_4,prec_5,prec_6     out‐
43       put=new_3dmap
44         Example  2  This  example shows how to convert 3 maps into one 3d map
45       with 6 layers.
46       # Mapset data in Location slovakia3d
47       r.to.rast3 input=prec_1,prec_2,prec_3 output=new_3dmap
48
49

SEE ALSO

51       r3.to.rast
52       g.region
53

AUTHOR

55       Soeren Gebbert
56
57       Last changed: $Date: 2006/07/10 18:10:34 $
58
59       Full index
60
61
62
63GRASS 6.2.2                                                      r.to.rast3(1)
Impressum