logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

g.gui.dbmgr - Launches graphical attribute table manager.

Authors

       Martin  Landa,  FBK-irst  (2007-2008),  Trento,  Italy, and OSGeoREL at the Czech Technical University in
       Prague, Czech Republic
       Michael Barton, Arizona State University, USA
       Jachym Cepicky

Description

       The  AttributeTableManager  is a wxGUI component to query, edit, and manage attribute data for vector
       maps. The attribute table manager can be launched  by  clicking  on  icon   in  the  toolbar.  It’s  also
       available as a stand-alone module g.gui.dbmgr.

       Attributetablemanager allows you to:

           •   browse attribute data of vector map, perform SQL select statements;

           •   modify attribute data, insert new records to attribute table, delete existing records;

           •   highlight selected items in the Map Display Window;

           •   extract selected items into a new vector map;

           •   modify attribute table - add, drop, rename columns;

           •   modify vector map DB connection settings - add, remove or modify layers.
       Figure:SimpleattributefilteringusingAttributeTableManager.SQLBuilderFigure:AttributefilteringusingAttributeTableManagerandSQLBuilder.

Keywords

       general, GUI, attribute table, database

Name

g.gui.dbmgr  - Launches graphical attribute table manager.

See Also

wxGUI,wxGUIcomponentsdb.columns,db.connect,db.describe,db.drivers,db.execute,db.select,db.tablesv.db.addcolumn,v.db.connect,v.db.dropcolumn,v.db.renamecolumn,v.what

       See also wiki page including video tutorials.

Source Code

       Available at: wxGUI Attribute Table Manager source code (history)

       Accessed: Friday Apr 04 01:21:40 2025

       Main index | GUI index | Topics index | Keywords index | Graphical index | Full index

       © 2003-2025 GRASS Development Team, GRASS GIS 8.4.1 Reference Manual

GRASS 8.4.1                                                                                  g.gui.dbmgr(1grass)

Synopsis

g.gui.dbmgrg.gui.dbmgr--helpg.gui.dbmgrmap=name  [--help]  [--verbose]  [--quiet]  [--ui]

   Flags:--help
           Print usage summary

       --verbose
           Verbose module output

       --quiet
           Quiet module output

       --ui
           Force launching GUI dialog

   Parameters:map=name[required]
           Name of vector map
           Or data source for direct OGR access

See Also