1raster3d(1) GRASS GIS User's Manual raster3d(1)
2
3
4
6 Geographic Resources Analysis Support System, commonly referred to as
7 GRASS GIS, is a Geographic Information System (GIS) used for geospatial
8 data management and analysis, image processing, graphics/maps produc‐
9 tion, spatial modeling, and visualization. GRASS is currently used in
10 academic and commercial settings around the world, as well as by many
11 governmental agencies and environmental consulting companies.
12
13 This reference manual details the use of modules distributed with Geo‐
14 graphic Resources Analysis Support System (GRASS), an open source (GNU
15 GPLed), image processing and geographic information system (GIS). Go
16 to 3D raster introduction | topics
17
18 Go back to help overview
19
20 3d raster commands:
21 r3.colors Creates/modifies the color table associated with a 3D raster
22 map.
23
24 r3.colors.out Exports the color table associated with a 3D raster map.
25
26 r3.cross.rast Creates cross section 2D raster map from 3D raster map based
27 on 2D elevation map
28
29 r3.flow Computes 3D flow lines and 3D flow accumulation.
30
31 r3.gradient Computes gradient of a 3D raster map and outputs gradient
32 components as three 3D raster maps.
33
34 r3.gwflow Numerical calculation program for transient, confined
35 groundwater flow in three dimensions.
36
37 r3.in.ascii Converts a 3D ASCII raster text file into a (binary) 3D
38 raster map.
39
40 r3.in.bin Imports a binary raster file into a GRASS 3D raster map.
41
42 r3.in.v5d Import 3-dimensional Vis5D files.
43
44 r3.in.xyz Create a 3D raster map from an assemblage of many coordi‐
45 nates using univariate statistics
46
47 r3.info Outputs basic information about a user-specified 3D raster
48 map layer.
49
50 r3.mapcalc Raster map calculator.
51
52 r3.mask Establishes the current working 3D raster mask.
53
54 r3.mkdspf Creates a display file from an existing 3D raster map
55 according to specified threshold levels.
56
57 r3.neighbors Makes each voxel value a function of the values assigned to
58 the voxels around it, and stores new voxel values in an out‐
59 put 3D raster map
60
61 r3.null Explicitly create the 3D NULL-value bitmap file.
62
63 r3.out.ascii Converts a 3D raster map layer into a ASCII text file.
64
65 r3.out.bin Exports a GRASS 3D raster map to a binary array.
66
67
68 r3.out.netcdf Export a 3D raster map as netCDF file.
69
70 r3.out.v5d Exports GRASS 3D raster map to 3-dimensional Vis5D file.
71
72 r3.out.vtk Converts 3D raster maps into the VTK-ASCII format.
73
74 r3.retile Retiles an existing 3D raster map with user defined x, y and
75 z tile size.
76
77 r3.stats Generates volume statistics for 3D raster maps.
78
79 r3.support Allows creation and/or modification of 3D raster map layer
80 support files.
81
82 r3.timestamp Modifies a timestamp for a 3D raster map.
83
84 r3.to.rast Converts 3D raster maps to 2D raster maps
85
86 r3.univar Calculates univariate statistics from the non-null cells of
87 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(1)