[GRASS-SVN] r39863 - grass/branches/develbranch_6/gui/wxpython/xml
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Dec 1 00:49:49 EST 2009
Author: cmbarton
Date: 2009-12-01 00:49:48 -0500 (Tue, 01 Dec 2009)
New Revision: 39863
Modified:
grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml
Log:
More updates to menu
Modified: grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml 2009-12-01 05:38:11 UTC (rev 39862)
+++ grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml 2009-12-01 05:49:48 UTC (rev 39863)
@@ -707,12 +707,6 @@
<command>g.mapset</command>
</menuitem>
<menuitem>
- <label>Change location and mapset</label>
- <help>Change current location and mapset (note that current workspace will be closed).</help>
- <handler>self.OnChangeLocation</handler>
- <command>g.access</command>
- </menuitem>
- <menuitem>
<label>Change mapset</label>
<help>Change current mapset.</help>
<handler>self.OnChangeMapset</handler>
@@ -949,12 +943,14 @@
<menuitem>
<label>Query values by coordinates</label>
<help>Queries category values and labels of raster map layers by xy coordinates</help>
+ <keywords>raster,query</keywords>
<handler>self.OnMenuCmd</handler>
<command>r.what</command>
</menuitem>
<menuitem>
<label>Query colors by value</label>
<help>Queries colors of raster map layers by category values</help>
+ <keywords>raster,query</keywords>
<handler>self.OnMenuCmd</handler>
<command>r.what.color</command>
</menuitem>
@@ -1261,6 +1257,7 @@
<menuitem>
<label>Groundwater modeling</label>
<help>Numerical calculation for transient, confined and unconfined groundwater flow in two dimensions</help>
+ <keywords>raster</keywords>
<handler>self.OnMenuCmd</handler>
<command>r.gwflow</command>
</menuitem>
@@ -1608,8 +1605,9 @@
<menuitem>
<label>IDW from raster points (alternate method for sparse points)</label>
<help>Surface interpolation from raster points using inverse distance squared weighting algorithm (may be better for sparse points)</help>
+ <keywords>raster,interpolation</keywords>
<handler>self.OnMenuCmd</handler>
- <command>r.surf.idw</command>
+ <command>r.surf.idw2</command>
</menuitem>
<menuitem>
<label>IDW from vector points</label>
@@ -1826,6 +1824,7 @@
<menuitem>
<label>Split lines</label>
<help>Split lines to shorter segments</help>
+ <keywords>vector,geometry</keywords>
<handler>self.OnMenuCmd</handler>
<command>v.split</command>
</menuitem>
@@ -1877,6 +1876,7 @@
<menuitem>
<label>Create optimally placed labels</label>
<help>Creates paint labels for a vector map from attached attributes</help>
+ <keywords>vector,paint labels</keywords>
<handler>self.OnMenuCmd</handler>
<command>v.label</command>
</menuitem>
@@ -1899,6 +1899,7 @@
<menuitem>
<label>Support file maintenance</label>
<help>Updates vector map metadata</help>
+ <keywords>vector,metadata</keywords>
<handler>self.OnMenuCmd</handler>
<command>v.support</command>
</menuitem>
@@ -2263,6 +2264,7 @@
<menuitem>
<label>Classify attribute data</label>
<help>Classifies attribute data, e.g. for thematic mapping</help>
+ <keywords>vector,attributes,statistics</keywords>
<handler>self.OnMenuCmd</handler>
<command>v.class</command>
</menuitem>
@@ -2292,8 +2294,9 @@
<menuitem>
<label>Univariate statistics for attribute columns</label>
<help>Calculates univariate statistics for any numeric attribute</help>
+ <keywords>vector,statistics</keywords>
<handler>self.OnMenuCmd</handler>
- <command>v.univar</command>
+ <command>v.db.univar</command>
</menuitem>
<separator />
<menuitem>
@@ -2593,6 +2596,7 @@
<menuitem>
<label>Groundwater modeling</label>
<help>Numerical calculation for transient, confined groundwater flow in three dimensions</help>
+ <keywords>raster3d,voxel</keywords>
<handler>self.OnMenuCmd</handler>
<command>r3.gwflow</command>
</menuitem>
@@ -2617,12 +2621,14 @@
<menuitem>
<label>Voxel statistics</label>
<help>Generates volume and count statistics for raster3d maps</help>
+ <keywords>raster3d,statistics</keywords>
<handler>self.OnMenuCmd</handler>
<command>r3.stats</command>
</menuitem>
<menuitem>
<label>Univariate statistics for volumes</label>
<help>Calculates univariate statistics from the non-null 3d cells of a raster3d map</help>
+ <keywords>raster3d,statistics</keywords>
<handler>self.OnMenuCmd</handler>
<command>r3.univar</command>
</menuitem>
More information about the grass-commit
mailing list