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