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.rlisetup Configuration tool for r.li modules.
50
51 · g.gui.timeline Allows comparing temporal datasets by displaying
52 their temporal extents in a plot.
53
54 · g.gui.tplot Plots the values of temporal datasets.
55
56 · g.gui.vdigit Interactive editing and digitization of vector
57 maps.
58
59 Main index | Topics index | Keywords index | Graphical index | Full
60 index
61
62 © 2003-2020 GRASS Development Team, GRASS GIS 7.8.5 Reference Manual
63
64
65
66GRASS 7.8.5 guimodules_graphical(1)