1general_graphical(1) GRASS GIS User's Manual general_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 General modules:
15 • g.access Controls access to the current mapset for other users
16 on the system.
17
18
19 • g.cairocomp Overlays multiple X Pixmaps.
20
21 • g.copy Creates copies of maps and other elements
22
23
24 • g.dirseps Internal GRASS utility for converting directory sepa‐
25 rator characters.
26
27
28 • g.download.location Download GRASS Location from the web
29
30
31 • g.extension.all Rebuilds or removes all locally installed GRASS
32 Addons extensions.
33
34
35 • g.extension Maintains GRASS Addons extensions in local GRASS
36 installation.
37
38
39 • g.filename Prints GRASS data base file names.
40
41 • g.findetc Searches for GRASS support files.
42
43 • g.findfile Searches for GRASS data base files and sets vari‐
44 ables for the shell.
45
46 • g.gisenv Outputs and modifies the user’s current GRASS variable
47 settings.
48
49
50 • g.gui.animation Tool for animating a series of raster and vec‐
51 tor maps or a space time raster or vector dataset.
52
53 • g.gui.datacatalog Tool for browsing, modifying and managing
54 GRASS maps.
55
56 • g.gui.dbmgr Launches graphical attribute table manager.
57
58 • g.gui.gcp Georectifies a map and allows managing Ground Control
59 Points.
60
61 • g.gui.gmodeler Graphical Modeler.
62
63
64 • g.gui Launches a GRASS graphical user interface (GUI) session.
65
66
67 • g.gui.iclass Tool for supervised classification of imagery
68 data.
69
70
71 • g.gui.image2target Georectifies a map and allows managing
72 Ground Control Points for 3D correction.
73
74 • g.gui.mapswipe Interactively compares two maps by swiping a
75 visibility bar.
76
77 • g.gui.photo2image Corrects scanning distortions of a paper
78 photo.
79
80 • g.gui.psmap Tool for creating hardcopy map outputs.
81
82 • g.gui.rdigit Interactive editing and digitizing of raster maps.
83
84 • g.gui.rlisetup Configuration tool for r.li modules.
85
86 • g.gui.timeline Allows comparing temporal datasets by displaying
87 their temporal extents in a plot.
88
89 • g.gui.tplot Plots the values of temporal datasets.
90
91 • g.gui.vdigit Interactive editing and digitization of vector
92 maps.
93
94 • g.list Lists available GRASS data base files of the user-speci‐
95 fied data type optionally using the search pattern.
96
97 • g.manual Displays the manual pages of GRASS modules.
98
99 • g.mapset Changes/reports current mapset.
100
101
102 • g.mapsets Modifies/prints the user’s current mapset search
103 path.
104
105
106 • g.message Prints a message, warning, progress info, or fatal
107 error in the GRASS way.
108
109
110 • g.mkfontcap Generates the font configuration file by scanning
111 various directories for fonts.
112
113 • g.parser Provides automated parser, GUI, and help support for
114 GRASS scipts.
115
116 • g.pnmcomp Overlays multiple PPM image files.
117
118 • g.ppmtopng Converts between PPM/PGM and PNG image formats.
119
120 • g.proj Prints or modifies GRASS projection information files
121 (in various co-ordinate system descriptions).
122
123
124 • g.region Manages the boundary definitions for the geographic
125 region.
126
127 • g.remove Removes data base element files from the user’s cur‐
128 rent mapset using the search pattern.
129
130 • g.rename Renames data base element files in the user’s current
131 mapset.
132
133 • g.search.modules Search in GRASS modules using keywords
134
135 • g.tempfile Creates a temporary file and prints it’s file name.
136
137 • g.version Displays GRASS GIS version info.
138
139
140 Main index | Topics index | Keywords index | Graphical index | Full in‐
141 dex
142
143 © 2003-2023 GRASS Development Team, GRASS GIS 8.3.1 Reference Manual
144
145
146
147GRASS 8.3.1 general_graphical(1)