1g.gui.datacatalog(1) GRASS GIS User's Manual g.gui.datacatalog(1)
2
3
4
6 g.gui.datacatalog - Tool for browsing, modifying and managing GRASS
7 maps.
8
10 general, GUI, map management
11
13 g.gui.datacatalog
14 g.gui.datacatalog --help
15 g.gui.datacatalog [--help] [--verbose] [--quiet] [--ui]
16
17 Flags:
18 --help
19 Print usage summary
20
21 --verbose
22 Verbose module output
23
24 --quiet
25 Quiet module output
26
27 --ui
28 Force launching GUI dialog
29
31 The Data Catalog is a wxGUI component for browsing, modifying and man‐
32 aging GRASS maps.
33
34 Data Catalog allows you to:
35
36 · browse GRASS locations and mapsets in the current GIS directory
37
38 · browse GRASS 2D/3D raster and vector maps
39
40 · rename, copy, move and delete GRASS maps including reprojection
41 between different locations
42
43 · drag and drop maps for copying and moving
44
45 · searching and fitering maps using regular expressions
46
47 · display map in current location
48
49 · show metadata of maps
50 Figure: Data Catalog integrated in wxGUI.
51
53 Some operations (copying, renaming, deleting) are by default enabled
54 only within the current mapset. To allow changing data outside of your
55 current mapset, you need to press Unlock button in Data Catalog tool‐
56 bar.
57
58 WARNING
59 When renaming, copying or deleting maps outside of Data Catalog, you
60 need to reload the current mapset or entire database, because it is
61 currently not synchronised.
62
64 wxGUI
65 wxGUI components
66
67 g.copy, g.rename, g.remove, g.list
68
70 Anna Petrasova, NCSU GeoForAll Laboratory
71 Tereza Fiedlerova, OSGeoREL, Czech Technical University in Prague,
72 Czech Republic
73
75 Available at: wxGUI Data Catalog source code (history)
76
77 Main index | GUI index | Topics index | Keywords index | Graphical
78 index | Full index
79
80 © 2003-2020 GRASS Development Team, GRASS GIS 7.8.5 Reference Manual
81
82
83
84GRASS 7.8.5 g.gui.datacatalog(1)