123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <h2>DESCRIPTION</h2>
- <em>Attribute table manager</em> allows to:
- <ul>
- <li>Browse attribute data of vector map, perform SQL select
- statements</li>
- <li>Modify attribute data, insert new records to attribute table,
- delete existing records</li>
- <li>Highlight selected items in Map Display Window</li>
- <li>Extract selected items into new vector map</li>
- <li>Modify attribute table - add, drop, rename columns</li>
- <li>Modify vector map DB connection settings - add, remove or
- modify layers</li>
- </ul>
- <h2>SEE ALSO</h2>
- <em>
- <a href="db.columns.html">db.columns</a>,
- <a href="db.connect.html">db.connect</a>,
- <a href="db.describe.html">db.describe</a>,
- <a href="db.drivers.html">db.drivers</a>,
- <a href="db.execute.html">db.execute</a>,
- <a href="db.select.html">db.select</a>,
- <a href="db.tables.html">db.tables</a>
- </em>
- <p>
- <em>
- <a href="v.db.addcol.html">v.db.addcol</a>,
- <a href="v.db.connect.html">v.db.connect</a>,
- <a href="v.db.dropcolumn.html">v.db.dropcolumn</a>,
- <a href="v.db.renamecol.html">v.db.renamecol</a>,
- <a href="v.what.html">v.what</a>
- </em>
- <p>
- See also <a href="http://grass.osgeo.org/wiki/WxPython-based_GUI_for_GRASS#Attribute_table_manager">Wiki</a> page.
- <h2>AUTHORS</h2>
- (Alphabetically ordered)<br><br>
- Michael Barton,<br>
- Jachym Cepicky,<br>
- Martin Landa, FBK-irst, Trento, Italy
- <p>
- <i>$Date$</i>
|