|
@@ -11,28 +11,29 @@ Data Catalog allows you to:
|
|
|
<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 @@ wiki page</a></li>
|
|
|
<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
|
|
|
|