wxGUI.Attribute_Table_Manager.html 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <h2>DESCRIPTION</h2>
  2. <em>Attribute table manager</em> allows to:
  3. <ul>
  4. <li>Browse attribute data of vector map, perform SQL select
  5. statements</li>
  6. <li>Modify attribute data, insert new records to attribute table,
  7. delete existing records</li>
  8. <li>Highlight selected items in Map Display Window</li>
  9. <li>Extract selected items into new vector map</li>
  10. <li>Modify attribute table - add, drop, rename columns</li>
  11. <li>Modify vector map DB connection settings - add, remove or
  12. modify layers</li>
  13. </ul>
  14. <h2>SEE ALSO</h2>
  15. <em>
  16. <a href="db.columns.html">db.columns</a>,
  17. <a href="db.connect.html">db.connect</a>,
  18. <a href="db.describe.html">db.describe</a>,
  19. <a href="db.drivers.html">db.drivers</a>,
  20. <a href="db.execute.html">db.execute</a>,
  21. <a href="db.select.html">db.select</a>,
  22. <a href="db.tables.html">db.tables</a>
  23. </em>
  24. <p>
  25. <em>
  26. <a href="v.db.addcol.html">v.db.addcol</a>,
  27. <a href="v.db.connect.html">v.db.connect</a>,
  28. <a href="v.db.dropcolumn.html">v.db.dropcolumn</a>,
  29. <a href="v.db.renamecol.html">v.db.renamecol</a>,
  30. <a href="v.what.html">v.what</a>
  31. </em>
  32. <p>
  33. See also <a href="http://grass.osgeo.org/wiki/WxPython-based_GUI_for_GRASS#Attribute_table_manager">Wiki</a> page.
  34. <h2>AUTHORS</h2>
  35. (Alphabetically ordered)<br><br>
  36. Michael Barton,<br>
  37. Jachym Cepicky,<br>
  38. Martin Landa, FBK-irst, Trento, Italy
  39. <p>
  40. <i>$Date$</i>