g.gui.datacatalog.html 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <!-- meta page description: wxGUI Data Catalog -->
  2. <!-- meta page index: topic_gui|GUI -->
  3. <h2>DESCRIPTION</h2>
  4. The <b>Data Catalog</b> is a <em><a href="wxGUI.html">wxGUI</a></em> component
  5. for browsing, modifying and managing GRASS maps.
  6. <p>
  7. Data Catalog allows you to:
  8. <ul>
  9. <li>browse GRASS locations and mapsets in the current GIS directory</li>
  10. <li>browse GRASS 2D/3D raster and vector maps</li>
  11. <li>rename, copy, move and delete GRASS maps including reprojection between different locations</li>
  12. <li>drag and drop maps for copying and moving</li>
  13. <li>searching and fitering maps using regular expressions</li>
  14. <li>display map in current location</li>
  15. <li>show metadata of maps</li>
  16. </ul>
  17. <center>
  18. <img src="datacatalog.png" border="0" alt="data catalog screenshot">
  19. <br>
  20. Figure: Data Catalog integrated in wxGUI.
  21. </center>
  22. <h2>NOTES</h2>
  23. Some operations (copying, renaming, deleting) are by default enabled only within the current mapset.
  24. To allow changing data outside of your current mapset, you need to press <em>Unlock</em> button in Data Catalog toolbar.
  25. <h3>WARNING</h3>
  26. When renaming, copying or deleting maps outside of Data Catalog, you need to reload
  27. the current mapset or entire database, because it is currently not synchronised.
  28. <h2>SEE ALSO</h2>
  29. <em>
  30. <a href="wxGUI.html">wxGUI</a><br>
  31. <a href="wxGUI.components.html">wxGUI components</a>
  32. </em>
  33. <p>
  34. <em>
  35. <a href="g.copy.html">g.copy</a>,
  36. <a href="g.rename.html">g.rename</a>,
  37. <a href="g.remove.html">g.remove</a>,
  38. <a href="g.list.html">g.list</a>
  39. </em>
  40. <h2>AUTHORS</h2>
  41. Anna Petrasova, NCSU GeoForAll Laboratory<br>
  42. Tereza Fiedlerova, OSGeoREL, Czech Technical University in Prague,
  43. Czech Republic