1guimodules_graphical(1) GRASS GIS User's Manual guimodules_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 guimodules introduction | topics
15
16 g.gui.* modules:
17 • g.gui.animation Tool for animating a series of raster and vec‐
18 tor maps or a space time raster or vector dataset.
19
20 • g.gui.datacatalog Tool for browsing, modifying and managing
21 GRASS maps.
22
23 • g.gui.dbmgr Launches graphical attribute table manager.
24
25 • g.gui.gcp Georectifies a map and allows managing Ground Control
26 Points.
27
28 • g.gui.gmodeler Graphical Modeler.
29
30
31 • g.gui Launches a GRASS graphical user interface (GUI) session.
32
33
34 • g.gui.iclass Tool for supervised classification of imagery
35 data.
36
37
38 • g.gui.image2target Georectifies a map and allows managing
39 Ground Control Points for 3D correction.
40
41 • g.gui.mapswipe Interactively compares two maps by swiping a
42 visibility bar.
43
44 • g.gui.photo2image Corrects scanning distortions of a paper
45 photo.
46
47 • g.gui.psmap Tool for creating hardcopy map outputs.
48
49 • g.gui.rdigit Interactive editing and digitizing of raster maps.
50
51 • g.gui.rlisetup Configuration tool for r.li modules.
52
53 • g.gui.timeline Allows comparing temporal datasets by displaying
54 their temporal extents in a plot.
55
56 • g.gui.tplot Plots the values of temporal datasets.
57
58 • g.gui.vdigit Interactive editing and digitization of vector
59 maps.
60
61 Main index | Topics index | Keywords index | Graphical index | Full in‐
62 dex
63
64 © 2003-2023 GRASS Development Team, GRASS GIS 8.2.1 Reference Manual
65
66
67
68GRASS 8.2.1 guimodules_graphical(1)