g.gui.datacatalog
Tool for browsing, modifying and managing GRASS maps.
g.gui.datacatalog [--verbose] [--quiet] [--qq] [--ui]
Example:
g.gui.datacatalog
grass.script.run_command("g.gui.datacatalog", verbose=False, quiet=False, superquiet=False)
Example:
gs.run_command("g.gui.datacatalog")
Parameters
--help
Print usage summary
--verbose
Verbose module output
--quiet
Quiet module output
--qq
Very quiet module output
--ui
Force launching GUI dialog
verbose: bool, optional
Verbose module output
Default: False
quiet: bool, optional
Quiet module output
Default: False
superquiet: bool, optional
Very quiet module output
Default: False
wxGUI Data Catalog
DESCRIPTION
The Data Catalog is a wxGUI component for browsing, modifying and managing GRASS maps.
Data Catalog allows you to:
- browse GRASS projects and mapsets in the current GIS directory
- browse GRASS 2D/3D raster and vector maps
- rename, copy, move and delete GRASS maps including reprojection between different projects
- drag and drop maps for copying and moving
- searching and filtering maps using regular expressions
- display map in current project
- show metadata of maps
Note that projects are called locations at some places and in old documentation.
Figure: Data Catalog integrated in wxGUI.
NOTES
Some operations (copying, renaming, deleting) are by default enabled only within the current mapset. To allow changing data outside of your current mapset, you need to press Unlock button in Data Catalog toolbar.
WARNING
When renaming, copying or deleting maps outside of Data Catalog, you need to reload the current mapset or entire database, because it is currently not synchronized.
SEE ALSO
g.copy, g.rename, g.remove, g.list
AUTHORS
Anna Petrasova, NCSU GeoForAll Laboratory
Tereza Fiedlerova, OSGeoREL, Czech Technical University in Prague, Czech
Republic
SOURCE CODE
Available at: g.gui.datacatalog source code
(history)
Latest change: Friday Feb 21 12:41:42 2025 in commit 7d39c54