12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- <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.addcolumn.html">v.db.addcolumn</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.renamecolumn.html">v.db.renamecolumn</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>
- Martin Landa, FBK-irst, Trento, Italy, and CTU in Prague, Czech Republic<br>
- Michael Barton, Arizona State University, USA<br>
- Jachym Cepicky
- <p>
- <i>$Date$</i>
|