1raster3d_graphical(1) GRASS GIS User's Manual raster3d_graphical(1)
2
3
4
5.img-list { margin: 0; padding: 0; list-style-type: none; } .img-list li {
6padding: 5px; overflow: auto; } .img-list li:hover { background-color: #eee; }
7.img-list li a { color: initial; text-decoration: none; display: block; }
8.img-list li img { width: 10%; float: left; margin: 0 15px 0 0; background:
9white; object-fit: scale-down; } .img-list li img.default-img { max-height:
105ex; } .img-list li .desc { margin: 0px; } .img-list li .name { margin: 5px;
11display: block; color: #409940; font-weight: bold; font-style: italic; }
12
14 Go to 3D raster introduction | topics
15
16 3d raster modules:
17 · r3.colors Creates/modifies the color table associated with a 3D
18 raster map.
19
20 · r3.colors.out Exports the color table associated with a 3D
21 raster map.
22
23 · r3.cross.rast Creates cross section 2D raster map from 3D
24 raster map based on 2D elevation map
25
26 · r3.flow Computes 3D flow lines and 3D flow accumulation.
27
28 · r3.gradient Computes gradient of a 3D raster map and outputs
29 gradient components as three 3D raster maps.
30
31 · r3.gwflow Numerical calculation program for transient, confined
32 groundwater flow in three dimensions.
33
34 · r3.in.ascii Converts a 3D ASCII raster text file into a
35 (binary) 3D raster map.
36
37 · r3.in.bin Imports a binary raster file into a GRASS 3D raster
38 map.
39
40 · r3.in.v5d Import 3-dimensional Vis5D files.
41
42 · r3.in.xyz Create a 3D raster map from an assemblage of many
43 coordinates using univariate statistics
44
45 · r3.info Outputs basic information about a user-specified 3D
46 raster map layer.
47
48 · r3.mapcalc Raster map calculator.
49
50 · r3.mask Establishes the current working 3D raster mask.
51
52 · r3.mkdspf Creates a display file from an existing 3D raster map
53 according to specified threshold levels.
54
55 · r3.neighbors Makes each voxel value a function of the values
56 assigned to the voxels around it, and stores new voxel values
57 in an output 3D raster map
58
59 · r3.null Explicitly create the 3D NULL-value bitmap file.
60
61 · r3.out.ascii Converts a 3D raster map layer into a ASCII text
62 file.
63
64 · r3.out.bin Exports a GRASS 3D raster map to a binary array.
65
66 · r3.out.netcdf Export a 3D raster map as netCDF file.
67
68 · r3.out.v5d Exports GRASS 3D raster map to 3-dimensional Vis5D
69 file.
70
71 · r3.out.vtk Converts 3D raster maps into the VTK-ASCII format.
72
73 · r3.retile Retiles an existing 3D raster map with user defined
74 x, y and z tile size.
75
76 · r3.stats Generates volume statistics for 3D raster maps.
77
78 · r3.support Allows creation and/or modification of 3D raster map
79 layer support files.
80
81 · r3.timestamp Modifies a timestamp for a 3D raster map.
82
83
84 · r3.to.rast Converts 3D raster maps to 2D raster maps
85
86 · r3.univar Calculates univariate statistics from the non-null
87 cells of a 3D raster map.
88
89
90 Main index | Topics index | Keywords index | Graphical index | Full
91 index
92
93 © 2003-2020 GRASS Development Team, GRASS GIS 7.8.5 Reference Manual
94
95
96
97GRASS 7.8.5 raster3d_graphical(1)