1raster3d_graphical(1) Grass 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.lidar Creates a 3D raster map from LAS LiDAR points using
41 univariate statistics.
42
43 · r3.in.v5d Import 3-dimensional Vis5D files.
44
45 · r3.in.xyz Create a 3D raster map from an assemblage of many
46 coordinates using univariate statistics
47
48 · r3.info Outputs basic information about a user-specified 3D
49 raster map layer.
50
51 · r3.mapcalc Raster map calculator.
52
53 · r3.mask Establishes the current working 3D raster mask.
54
55 · r3.mkdspf Creates a display file from an existing 3D raster map
56 according to specified threshold levels.
57
58 · r3.neighbors Makes each voxel value a function of the values
59 assigned to the voxels around it, and stores new voxel values
60 in an output 3D raster map
61
62 · r3.null Explicitly create the 3D NULL-value bitmap file.
63
64 · r3.out.ascii Converts a 3D raster map layer into a ASCII text
65 file.
66
67 · r3.out.bin Exports a GRASS 3D raster map to a binary array.
68
69 · r3.out.netcdf Export a 3D raster map as netCDF file.
70
71 · r3.out.v5d Exports GRASS 3D raster map to 3-dimensional Vis5D
72 file.
73
74 · r3.out.vtk Converts 3D raster maps into the VTK-ASCII format.
75
76 · r3.retile Retiles an existing 3D raster map with user defined
77 x, y and z tile size.
78
79 · r3.stats Generates volume statistics for 3D raster maps.
80
81 · r3.support Allows creation and/or modification of 3D raster map
82 layer support files.
83
84 · r3.timestamp Modifies a timestamp for a 3D raster map.
85
86
87 · r3.to.rast Converts 3D raster maps to 2D raster maps
88
89 · r3.univar Calculates univariate statistics from the non-null
90 cells of a 3D raster map.
91
92
93 Main index | Topics index | Keywords index | Graphical index | Full
94 index
95
96 © 2003-2019 GRASS Development Team, GRASS GIS 7.6.0 Reference Manual
97
98
99
100GRASS 7.6.0 raster3d_graphical(1)