[GRASS-SVN] r71799 - grass/branches/releasebranch_7_4/gui/wxpython/datacatalog

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Nov 22 13:33:32 PST 2017


Author: annakrat
Date: 2017-11-22 13:33:32 -0800 (Wed, 22 Nov 2017)
New Revision: 71799

Added:
   grass/branches/releasebranch_7_4/gui/wxpython/datacatalog/datacatalog.png
Modified:
   grass/branches/releasebranch_7_4/gui/wxpython/datacatalog/g.gui.datacatalog.html
Log:
wxGUI/datacatalog: update documentation, add screenshot (merge from trunk, r71798)

Copied: grass/branches/releasebranch_7_4/gui/wxpython/datacatalog/datacatalog.png (from rev 71798, grass/trunk/gui/wxpython/datacatalog/datacatalog.png)
===================================================================
(Binary files differ)

Modified: grass/branches/releasebranch_7_4/gui/wxpython/datacatalog/g.gui.datacatalog.html
===================================================================
--- grass/branches/releasebranch_7_4/gui/wxpython/datacatalog/g.gui.datacatalog.html	2017-11-22 21:31:25 UTC (rev 71798)
+++ grass/branches/releasebranch_7_4/gui/wxpython/datacatalog/g.gui.datacatalog.html	2017-11-22 21:33:32 UTC (rev 71799)
@@ -11,28 +11,29 @@
 <ul>
   <li>browse GRASS locations and mapsets in the current GIS directory</li>
   <li>browse GRASS 2D/3D raster and vector maps</li>
-  <li>rename GRASS maps in the current mapset</li>
-  <li>copy GRASS maps from different mapsets into current mapsets (within the same location)</li>
-  <li>delete GRASS maps located in the current mapset</li>
+  <li>rename, copy, move and delete GRASS maps including reprojection between different locations</li>
+  <li>drag and drop maps for copying and moving</li>
+  <li>searching and fitering maps using regular expressions</li>
+  <li>display map in current location</li>
+  <li>show metadata of maps</li>
 </ul>
 
+<center>
+  <img src="datacatalog.png" border="0" alt="data catalog screenshot">
+  <br>
+  Figure: Data Catalog integrated in wxGUI.
+</center>
+
 <h2>NOTES</h2>
+Some operations (copying, renaming, deleting) are by default enabled only within the current mapset.
+To allow changing data outside of your current mapset, you need to press <em>Unlock</em> button in Data Catalog toolbar.
 
 <h3>WARNING</h3>
+When renaming, copying or deleting maps outside of Data Catalog, you need to reload
+the current mapset or entire database, because it is currently not synchronised.
 
-Data Catalog is <b>experimental and requires significant
-developement!</b>, see
-the <a href="http://trac.osgeo.org/grass/wiki/wxGUIDevelopment/wxDataCatalog">trac
-wiki page</a>.
 
-<h3>TODO</h3>
 
-<ul>
-  <li>Extend this manual, add screenshot</li>
-  <li>Improve this tool,
-see <a href="http://trac.osgeo.org/grass/wiki/wxGUIDevelopment/wxDataCatalog">trac
-wiki page</a></li>
-</ul>
 
 <h2>SEE ALSO</h2>
 
@@ -44,13 +45,13 @@
 <p>
 <em>
   <a href="g.copy.html">g.copy</a>,
-  <a href="g.copy.html">g.rename</a>,
-  <a href="g.copy.html">g.remove</a>,
+  <a href="g.rename.html">g.rename</a>,
+  <a href="g.remove.html">g.remove</a>,
   <a href="g.list.html">g.list</a>
 </em>
 
 <h2>AUTHOR</h2>
-
+Anna Petrasova, NCSU GeoForAll Laboratory<br>
 Tereza Fiedlerova, OSGeoREL, Czech Technical University in Prague,
 Czech Republic
 



More information about the grass-commit mailing list