[GRASS-SVN] r37609 - grass/branches/releasebranch_6_4/gui/wxpython/xml

svn_grass at osgeo.org svn_grass at osgeo.org
Sat May 30 06:36:02 EDT 2009


Author: martinl
Date: 2009-05-30 06:36:02 -0400 (Sat, 30 May 2009)
New Revision: 37609

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml
Log:
Menu data updated (help synchronized with modules interface)


Modified: grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml	2009-05-30 10:33:42 UTC (rev 37608)
+++ grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml	2009-05-30 10:36:02 UTC (rev 37609)
@@ -31,13 +31,13 @@
 	      <help>Close loaded workspace</help>
 	      <handler>self.OnWorkspaceClose</handler>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>Load map layers</label>
 	      <help>Load map layers into layer tree</help>
 	      <handler>self.OnWorkspaceLoad</handler>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>Load GRC file (Tcl/Tk GUI)</label>
 	      <help>Load map layers from GRC file to layer tree</help>
@@ -45,7 +45,7 @@
 	    </menuitem>
 	  </items>
 	</menu>
-	<separator/>
+	<separator />
 	<menu>
 	  <label>Import raster map</label>
 	  <items>
@@ -60,7 +60,7 @@
 	      <help>Converts selected GDAL layers to GRASS raster maps using r.in.gdal.</help>
 	      <handler>self.OnImportGdalLayers</handler>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>Aggregate ASCII xyz import</label>
 	      <help>Create a raster map from an assemblage of many coordinates using univariate statistics.</help>
@@ -79,7 +79,7 @@
 	      <handler>self.OnMenuCmd</handler>
 	      <command>r.in.poly</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>Binary file import</label>
 	      <help>Import a binary raster file into a GRASS raster map layer.</help>
@@ -122,7 +122,7 @@
 	      <handler>self.OnMenuCmd</handler>
 	      <command>r.in.aster</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>WMS import</label>
 	      <help>Downloads and imports data from WMS servers.</help>
@@ -145,7 +145,7 @@
 	      <help>Converts selected OGR layers to GRASS vector maps using v.in.ogr.</help>
 	      <handler>self.OnImportOgrLayers</handler>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>ASCII points/GRASS ASCII vector import</label>
 	      <help>Creates a vector map from ASCII points file or ASCII vector file.</help>
@@ -158,7 +158,7 @@
 	      <handler>self.OnMenuCmd</handler>
 	      <command>v.convert</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>DXF import</label>
 	      <help>Converts files in DXF format to GRASS vector map format.</help>
@@ -170,7 +170,7 @@
 	      <help>Converts selected DXF layers to GRASS vector maps (using v.in.dxf).</help>
 	      <handler>self.OnImportDxfFile</handler>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>ESRI e00 import</label>
 	      <help>Import E00 file into a vector map.</help>
@@ -237,17 +237,17 @@
 	    </menuitem>
 	  </items>
 	</menu>
-	<separator/>
+	<separator />
 	<menu>
 	  <label>Export raster map</label>
 	  <items>
 	    <menuitem>
 	      <label>Multiple export formats using GDAL</label>
-	      <help>Exports GRASS raster map into GDAL supported formats.</help>
+	      <help>Exports GRASS raster maps into GDAL supported formats.</help>
 	      <handler>self.OnMenuCmd</handler>
 	      <command>r.out.gdal</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>ASCII grid export</label>
 	      <help>Converts a raster map layer into an ASCII text file.</help>
@@ -260,7 +260,7 @@
 	      <handler>self.OnMenuCmd</handler>
 	      <command>r.out.xyz</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>ESRI ASCII grid export</label>
 	      <help>Converts a raster map layer into an ESRI ARCGRID file.</help>
@@ -279,14 +279,14 @@
 	      <handler>self.OnMenuCmd</handler>
 	      <command>r.out.mat</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>Binary export</label>
 	      <help>Exports a GRASS raster to a binary array.</help>
 	      <handler>self.OnMenuCmd</handler>
 	      <command>r.out.bin</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>MPEG-1 export</label>
 	      <help>Raster File Series to MPEG Conversion Program.</help>
@@ -346,7 +346,7 @@
 	      <handler>self.OnMenuCmd</handler>
 	      <command>v.out.ogr</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>ASCII points/GRASS ASCII vector export</label>
 	      <help>Converts a GRASS binary vector map to a GRASS ASCII vector map.</help>
@@ -361,7 +361,7 @@
 	    </menuitem>
 	    <menuitem>
 	      <label>Multiple GPS export formats using GPSBabel</label>
-	      <help>Exports a vector map to a GPS receiver or file format supported by GPSBabel.</help>
+	      <help>Exports a vector map to a GPS receiver or file format supported by GpsBabel.</help>
 	      <handler>self.OnMenuCmd</handler>
 	      <command>v.out.gpsbabel</command>
 	    </menuitem>
@@ -413,13 +413,13 @@
 	  <items>
 	    <menuitem>
 	      <label>Multiple export formats using OGR</label>
-	      <help>Exports attribute tables in various formats.</help>
+	      <help>Exports attribute tables into various formats.</help>
 	      <handler>self.OnMenuCmd</handler>
 	      <command>db.out.ogr</command>
 	    </menuitem>
 	  </items>
 	</menu>
-	<separator/>
+	<separator />
 	<menu>
 	  <label>Manage maps and volumes</label>
 	  <items>
@@ -429,7 +429,7 @@
 	      <handler>self.OnMenuCmd</handler>
 	      <command>g.copy</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>List</label>
 	      <help>Lists available GRASS data base files of the user-specified data type to standard output.</help>
@@ -438,18 +438,18 @@
 	    </menuitem>
 	    <menuitem>
 	      <label>List filtered</label>
-	      <help>Apply regular expressions and wildcards to g.list</help>
+	      <help>Lists available GRASS data base files of the user-specified data type to standard output.</help>
 	      <handler>self.OnMenuCmd</handler>
 	      <command>g.mlist</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>Rename</label>
 	      <help>Renames data base element files in the user's current mapset.</help>
 	      <handler>self.OnMenuCmd</handler>
 	      <command>g.rename</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>Delete</label>
 	      <help>Removes data base element files from the user's current mapset.</help>
@@ -458,7 +458,7 @@
 	    </menuitem>
 	    <menuitem>
 	      <label>Delete filtered</label>
-	      <help>Apply regular expressions and wildcards to g.remove</help>
+	      <help>Removes data base element files from the user's current mapset.</help>
 	      <handler>self.OnMenuCmd</handler>
 	      <command>g.mremove</command>
 	    </menuitem>
@@ -485,10 +485,10 @@
 	      <handler>self.OnMenuCmd</handler>
 	      <command>r.to.rast3elev</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>Vector to raster</label>
-	      <help>Converts a binary GRASS vector map layer into a GRASS raster map layer.</help>
+	      <help>Converts a binary GRASS vector map into a GRASS raster map .</help>
 	      <handler>self.OnMenuCmd</handler>
 	      <command>v.to.rast</command>
 	    </menuitem>
@@ -510,7 +510,7 @@
 	      <handler>self.OnMenuCmd</handler>
 	      <command>v.in.sites</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>Volume to raster series</label>
 	      <help>Converts 3D raster maps to 2D raster maps</help>
@@ -519,34 +519,34 @@
 	    </menuitem>
 	  </items>
 	</menu>
-	<separator/>
+	<separator />
 	<menuitem>
 	  <label>Georectify</label>
 	  <help>Georectify raster and vector maps</help>
 	  <handler>self.OnGeorectify</handler>
 	</menuitem>
-	<separator/>
+	<separator />
 	<menuitem>
 	  <label>NVIZ (requires Tcl/Tk)</label>
 	  <help>nviz - Visualization and animation tool for GRASS data</help>
 	  <handler>self.OnMenuCmd</handler>
 	  <command>nviz</command>
 	</menuitem>
-	<separator/>
+	<separator />
 	<menuitem>
 	  <label>Bearing/distance to coordinates</label>
-	  <help>It assumes a cartesian coordinate system</help>
+	  <help>A simple utility for converting bearing and distance measurements to coordinates and vice versa.</help>
 	  <handler>self.OnMenuCmd</handler>
 	  <command>m.cogo</command>
 	</menuitem>
-	<separator/>
+	<separator />
 	<menuitem>
 	  <label>Postscript plot</label>
 	  <help>Hardcopy PostScript map output utility.</help>
 	  <handler>self.OnMenuCmd</handler>
 	  <command>ps.map</command>
 	</menuitem>
-	<separator/>
+	<separator />
 	<menuitem>
 	  <label>E&amp;xit</label>
 	  <help>Exit GUI</help>
@@ -631,11 +631,11 @@
 	    </menuitem>
 	    <menuitem>
 	      <label>Projection for current location</label>
-	      <help>Create/edit projection information for current location</help>
+	      <help>Interactively reset the location's projection settings.</help>
 	      <handler>self.OnXTerm</handler>
 	      <command>g.setproj</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>Convert coordinates</label>
 	      <help>Convert coordinates from one projection to another (cs2cs frontend).</help>
@@ -659,18 +659,18 @@
 	  <items>
 	    <menuitem>
 	      <label>Digitize raster (requires XTerm)</label>
-	      <help>Digitize raster map</help>
+	      <help>Interactive tool used to draw and save vector features on a graphics monitor using a pointing device (mouse) and save to a raster map.</help>
 	      <handler>self.OnXTerm</handler>
 	      <command>r.digit</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>Compress/decompress</label>
 	      <help>Compresses and decompresses raster maps.</help>
 	      <handler>self.OnMenuCmd</handler>
 	      <command>r.compress</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>Region boundaries</label>
 	      <help>Sets the boundary definitions for a raster map.</help>
@@ -679,7 +679,7 @@
 	    </menuitem>
 	    <menuitem>
 	      <label>Manage NULL values</label>
-	      <help>Creates explicitly the NULL-value bitmap file.</help>
+	      <help>Manages NULL-values of given raster map.</help>
 	      <handler>self.OnMenuCmd</handler>
 	      <command>r.null</command>
 	    </menuitem>
@@ -695,16 +695,16 @@
 	      <handler>self.OnMenuCmd</handler>
 	      <command>r.timestamp</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>Resample using aggregate statistics</label>
-	      <help>Resamples raster map layers using aggregation.</help>
+	      <help>Resamples raster map layers to a coarser grid using aggregation.</help>
 	      <handler>self.OnMenuCmd</handler>
 	      <command>r.resamp.stats</command>
 	    </menuitem>
 	    <menuitem>
 	      <label>Resample using multiple methods</label>
-	      <help>Resamples raster map layers using interpolation.</help>
+	      <help>Resamples raster map layers to a finer grid using interpolation.</help>
 	      <handler>self.OnMenuCmd</handler>
 	      <command>r.resamp.interp</command>
 	    </menuitem>
@@ -720,7 +720,7 @@
 	      <handler>self.OnMenuCmd</handler>
 	      <command>r.resamp.rst</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>Support file maintenance</label>
 	      <help>Allows creation and/or modification of raster map layer support files.</help>
@@ -733,14 +733,14 @@
 	      <handler>self.OnMenuCmd</handler>
 	      <command>r.support.stats</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>Link to GDAL</label>
 	      <help>Link GDAL supported raster file to a binary raster map layer.</help>
 	      <handler>self.OnMenuCmd</handler>
 	      <command>r.external</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>Reproject raster</label>
 	      <help>Re-projects a raster map from one location to the current location.</help>
@@ -772,11 +772,11 @@
 	    </menuitem>
 	    <menuitem>
 	      <label>Color rules</label>
-	      <help>Set colors interactively by entering color rules</help>
+	      <help>Creates/modifies the color table associated with a raster map layer.</help>
 	      <handler>self.RulesCmd</handler>
 	      <command>r.colors</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>Blend 2 color rasters</label>
 	      <help>Blends color components of two raster maps by a given ratio.</help>
@@ -785,7 +785,7 @@
 	    </menuitem>
 	    <menuitem>
 	      <label>Create RGB</label>
-	      <help>Combines red, green and blue map layers into a single composite map layer.</help>
+	      <help>Combines red, green and blue raster maps into a single composite raster map.</help>
 	      <handler>self.OnMenuCmd</handler>
 	      <command>r.composite</command>
 	    </menuitem>
@@ -803,7 +803,7 @@
 	  <handler>self.OnMenuCmd</handler>
 	  <command>r.what</command>
 	</menuitem>
-	<separator/>
+	<separator />
 	<menuitem>
 	  <label>Buffer rasters</label>
 	  <help>Creates a raster map layer showing buffer zones surrounding cells that contain non-NULL category values.</help>
@@ -865,7 +865,7 @@
 	      <handler>self.OnMenuCmd</handler>
 	      <command>r.patch</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>Statistical overlay</label>
 	      <help>Calculates category or object oriented statistics.</help>
@@ -879,7 +879,7 @@
 	  <items>
 	    <menuitem>
 	      <label>Solar irradiance and irradiation</label>
-	      <help>Computes direct (beam), diffuse and reflected solar irradiation raster maps for given day, latitude, surface and atmospheric conditions. Solar parameters (e.g. sunrise, sunset times, declination, extraterrestrial irradiance, daylight length) are saved in the map history file. Alternatively, a local time can be specified to compute solar incidence angle and/or irradiance raster maps. The shadowing effect of the topography is optionally incorporated.</help>
+	      <help>Solar irradiance and irradiation model.</help>
 	      <handler>self.OnMenuCmd</handler>
 	      <command>r.sun</command>
 	    </menuitem>
@@ -902,24 +902,24 @@
 	    </menuitem>
 	    <menuitem>
 	      <label>Cost surface</label>
-	      <help>Outputs a raster map layer showing the cumulative cost of moving between different geographic locations on an input raster map layer whose cell category values represent cost.</help>
+	      <help>Creates a raster map showing the cumulative cost of moving between different geographic locations on an input raster map whose cell category values represent cost.</help>
 	      <handler>self.OnMenuCmd</handler>
 	      <command>r.cost</command>
 	    </menuitem>
 	    <menuitem>
 	      <label>Least cost route or flow</label>
-	      <help>Traces a flow through an elevation model on a raster map layer.</help>
+	      <help>Traces a flow through an elevation model on a raster map.</help>
 	      <handler>self.OnMenuCmd</handler>
 	      <command>r.drain</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>Shaded relief</label>
 	      <help>Creates shaded relief map from an elevation map (DEM).</help>
 	      <handler>self.OnMenuCmd</handler>
 	      <command>r.shaded.relief</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>Slope and aspect</label>
 	      <help>Generates raster map layers of slope, aspect, curvatures and partial derivatives from a raster map layer of true elevation values. Aspect is calculated counterclockwise from east.</help>
@@ -928,7 +928,7 @@
 	    </menuitem>
 	    <menuitem>
 	      <label>Terrain parameters</label>
-	      <help>Uses a multi-scale approach by taking fitting quadratic parameters to any size window (via least squares).</help>
+	      <help>Extracts terrain parameters from a DEM.</help>
 	      <handler>self.OnMenuCmd</handler>
 	      <command>r.param.scale</command>
 	    </menuitem>
@@ -938,7 +938,7 @@
 	      <handler>self.OnMenuCmd</handler>
 	      <command>r.texture</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>Visibility</label>
 	      <help>Line-of-sight raster analysis program.</help>
@@ -951,7 +951,7 @@
 	      <handler>self.OnMenuCmd</handler>
 	      <command>r.grow.distance</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>Horizon angle</label>
 	      <help>Horizon angle computation from a digital elevation model.</help>
@@ -965,7 +965,7 @@
 	  <items>
 	    <menuitem>
 	      <label>Clump</label>
-	      <help>Recategorizes data in a raster map layer by grouping cells that form physically discrete areas into unique categories.</help>
+	      <help>Recategorizes data in a raster map by grouping cells that form physically discrete areas into unique categories.</help>
 	      <handler>self.OnMenuCmd</handler>
 	      <command>r.clump</command>
 	    </menuitem>
@@ -983,7 +983,7 @@
 	    </menuitem>
 	  </items>
 	</menu>
-	<separator/>
+	<separator />
 	<menu>
 	  <label>Hydrologic modeling</label>
 	  <items>
@@ -995,11 +995,11 @@
 	    </menuitem>
 	    <menuitem>
 	      <label>Fill lake</label>
-	      <help>Fills lake from seed at given level</help>
+	      <help>Fills lake from seed at given level.</help>
 	      <handler>self.OnMenuCmd</handler>
 	      <command>r.lake</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>Depressionless map and flowlines</label>
 	      <help>Filters and generates a depressionless elevation map and a flow direction map from a given elevation layer.</help>
@@ -1018,7 +1018,7 @@
 	      <handler>self.OnMenuCmd</handler>
 	      <command>r.flow</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>SIMWE Overland flow modeling</label>
 	      <help>Overland flow hydrologic simulation using path sampling method (SIMWE)</help>
@@ -1031,7 +1031,7 @@
 	      <handler>self.OnMenuCmd</handler>
 	      <command>r.sim.sediment</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>Topographic index map</label>
 	      <help>Creates topographic index [ln(a/tan(beta))] map from elevation map.</help>
@@ -1044,7 +1044,7 @@
 	      <handler>self.OnMenuCmd</handler>
 	      <command>r.topmodel</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>Watershed subbasins</label>
 	      <help>Generates a raster map layer showing watershed subbasins.</help>
@@ -1070,11 +1070,11 @@
 	  <items>
 	    <menuitem>
 	      <label>Set up (requires XTerm)</label>
-	      <help>Set up sampling and analysis framework</help>
+	      <help>Interactive tool used to setup the sampling and analysis framework that will be used by the other r.le programs.</help>
 	      <handler>self.OnXTerm</handler>
 	      <command>r.le.setup</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>Analyze landscape</label>
 	      <help>Contains a set of measures for attributes, diversity, texture, juxtaposition, and edge.</help>
@@ -1104,7 +1104,7 @@
 	      <handler>self.OnMenuCmd</handler>
 	      <command>r.li.setup</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>Edge density</label>
 	      <help>Calculates edge density index on a raster map, using a 4 neighbour algorithm</help>
@@ -1117,7 +1117,7 @@
 	      <handler>self.OnMenuCmd</handler>
 	      <command>r.li.cwed</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>Patch area mean</label>
 	      <help>Calculates mean patch size index on a raster map, using a 4 neighbour algorithm</help>
@@ -1154,7 +1154,7 @@
 	      <handler>self.OnMenuCmd</handler>
 	      <command>r.li.patchnum</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>Dominance's diversity</label>
 	      <help>Calculates dominance's diversity index on a raster map</help>
@@ -1173,7 +1173,7 @@
 	      <handler>self.OnMenuCmd</handler>
 	      <command>r.li.simpson</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>Richness</label>
 	      <help>Calculates dominance's diversity index on a raster map</help>
@@ -1205,13 +1205,13 @@
 	    </menuitem>
 	    <menuitem>
 	      <label>Anisotropic spread simulation</label>
-	      <help>It optionally produces raster maps to contain backlink UTM coordinates for tracing spread paths.</help>
+	      <help>Simulates elliptically anisotropic spread on a graphics window and generates a raster map of the cumulative time of spread, given raster maps containing the rates of spread (ROS), the ROS directions and the spread origins.</help>
 	      <handler>self.OnMenuCmd</handler>
 	      <command>r.spread</command>
 	    </menuitem>
 	  </items>
 	</menu>
-	<separator/>
+	<separator />
 	<menu>
 	  <label>Change category values and labels</label>
 	  <items>
@@ -1221,16 +1221,16 @@
 	      <handler>self.OnMenuCmd</handler>
 	      <command>d.rast.edit</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>Reclassify by size</label>
-	      <help>Reclasses a raster map greater or less than user specified area size (in hectares)</help>
+	      <help>Reclasses a raster map greater or less than user specified area size (in hectares).</help>
 	      <handler>self.OnMenuCmd</handler>
 	      <command>r.reclass.area</command>
 	    </menuitem>
 	    <menuitem>
 	      <label>Reclassify interactively</label>
-	      <help>Reclassify raster categories interactively by entering reclass rules</help>
+	      <help>Creates a new map layer whose category values are based upon a reclassification of the categories in an existing raster map layer.</help>
 	      <handler>self.RulesCmd</handler>
 	      <command>r.reclass</command>
 	    </menuitem>
@@ -1240,10 +1240,10 @@
 	      <handler>self.OnMenuCmd</handler>
 	      <command>r.reclass</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>Recode interactively</label>
-	      <help>Recode raster categories interactively by entering recode rules (create new raster map)</help>
+	      <help>Recodes categorical raster maps.</help>
 	      <handler>self.RulesCmd</handler>
 	      <command>r.recode</command>
 	    </menuitem>
@@ -1253,7 +1253,7 @@
 	      <handler>self.OnMenuCmd</handler>
 	      <command>r.recode.file</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>Rescale</label>
 	      <help>Rescales the range of category values in a raster map layer.</help>
@@ -1268,7 +1268,7 @@
 	    </menuitem>
 	  </items>
 	</menu>
-	<separator/>
+	<separator />
 	<menuitem>
 	  <label>Concentric circles</label>
 	  <help>Creates a raster map containing concentric rings around a given point.</help>
@@ -1286,7 +1286,7 @@
 	    </menuitem>
 	    <menuitem>
 	      <label>Random cells and vector points</label>
-	      <help>Creates a raster map layer and vector point map containing randomly located sites.</help>
+	      <help>Creates a raster map layer and vector point map containing randomly located points.</help>
 	      <handler>self.OnMenuCmd</handler>
 	      <command>r.random</command>
 	    </menuitem>
@@ -1301,7 +1301,7 @@
 	      <handler>self.OnMenuCmd</handler>
 	      <command>r.surf.fractal</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>Gaussian kernel density surface</label>
 	      <help>Generates a raster density map from vector points data using a moving 2D isotropic Gaussian kernel or optionally generates a vector density map on vector network with a 1D kernel.</help>
@@ -1314,14 +1314,14 @@
 	      <handler>self.OnMenuCmd</handler>
 	      <command>r.surf.gauss</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>Plane</label>
 	      <help>Creates raster plane map given dip (inclination), aspect (azimuth) and one point.</help>
 	      <handler>self.OnMenuCmd</handler>
 	      <command>r.plane</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>Random deviates surface</label>
 	      <help>Produces a raster map layer of uniform random deviates whose range can be expressed by the user.</help>
@@ -1338,7 +1338,7 @@
 	</menu>
 	<menuitem>
 	  <label>Generate contour lines</label>
-	  <help>Produces a vector map layer of specified contours from a raster map layer.</help>
+	  <help>Produces a vector map of specified contours from a raster map.</help>
 	  <handler>self.OnMenuCmd</handler>
 	  <command>r.contour</command>
 	</menuitem>
@@ -1357,10 +1357,10 @@
 	      <handler>self.OnMenuCmd</handler>
 	      <command>v.surf.bspline</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>IDW from raster points</label>
-	      <help>Surface interpolation utility for raster map layers.</help>
+	      <help>Surface interpolation utility for raster map.</help>
 	      <handler>self.OnMenuCmd</handler>
 	      <command>r.surf.idw</command>
 	    </menuitem>
@@ -1370,7 +1370,7 @@
 	      <handler>self.OnMenuCmd</handler>
 	      <command>v.surf.idw</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>Raster contours</label>
 	      <help>Surface generation program from rasterized contours.</help>
@@ -1383,7 +1383,7 @@
 	      <handler>self.OnMenuCmd</handler>
 	      <command>v.surf.rst</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>Fill NULL cells</label>
 	      <help>Fills no-data areas in raster maps using v.surf.rst splines interpolation</help>
@@ -1392,7 +1392,7 @@
 	    </menuitem>
 	  </items>
 	</menu>
-	<separator/>
+	<separator />
 	<menu>
 	  <label>Report and statistics</label>
 	  <items>
@@ -1408,7 +1408,7 @@
 	      <handler>self.OnMenuCmd</handler>
 	      <command>r.category</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>General statistics</label>
 	      <help>Generates area statistics for raster map layers.</help>
@@ -1457,7 +1457,7 @@
 	      <handler>self.OnMenuCmd</handler>
 	      <command>r.univar</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>Sample transects</label>
 	      <help>Outputs the raster map layer values lying on user-defined line(s).</help>
@@ -1470,7 +1470,7 @@
 	      <handler>self.OnMenuCmd</handler>
 	      <command>r.transect</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>Covariance/correlation</label>
 	      <help>Outputs a covariance/correlation matrix for user-specified raster map layer(s).</help>
@@ -1510,7 +1510,7 @@
 	      <handler>self.OnMenuCmd</handler>
 	      <command>v.edit</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>Create or rebuild topology</label>
 	      <help>Creates topology for GRASS vector map.</help>
@@ -1525,25 +1525,25 @@
 	    </menuitem>
 	    <menuitem>
 	      <label>Smooth or simplify</label>
-	      <help>Smooth or simplify lines/boundaries (remove vertices).</help>
+	      <help>Vector based generalization.</help>
 	      <handler>self.OnMenuCmd</handler>
 	      <command>v.generalize</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>Convert object types</label>
 	      <help>Change the type of geometry elements.</help>
 	      <handler>self.OnMenuCmd</handler>
 	      <command>v.type_wrapper.py</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>Add centroids</label>
 	      <help>Adds missing centroids to closed boundaries.</help>
 	      <handler>self.OnMenuCmd</handler>
 	      <command>v.centroids</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>Build polylines</label>
 	      <help>Builds polylines from lines or boundaries.</help>
@@ -1558,18 +1558,18 @@
 	    </menuitem>
 	    <menuitem>
 	      <label>Parallel lines</label>
-	      <help>Create parallel line to input lines</help>
+	      <help>Creates parallel line to input vector lines.</help>
 	      <handler>self.OnMenuCmd</handler>
 	      <command>v.parallel</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>Dissolve boundaries</label>
 	      <help>Dissolves boundaries between adjacent areas sharing a common category number or attribute.</help>
 	      <handler>self.OnMenuCmd</handler>
 	      <command>v.dissolve</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>Create 3D vector over raster</label>
 	      <help>Converts vector map to 3D by sampling of elevation raster map.</help>
@@ -1582,21 +1582,21 @@
 	      <handler>self.OnMenuCmd</handler>
 	      <command>v.extrude</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>Link to OGR</label>
 	      <help>Creates a new vector as a read-only link to OGR layer.</help>
 	      <handler>self.OnMenuCmd</handler>
 	      <command>v.external</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>Create labels</label>
 	      <help>Creates paint labels for a vector map from attached attributes.</help>
 	      <handler>self.OnMenuCmd</handler>
 	      <command>v.label</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>Reposition vector map</label>
 	      <help>Performs an affine transformation (shift, scale and rotate, or GPCs) on vector map.</help>
@@ -1628,7 +1628,7 @@
 	    </menuitem>
 	  </items>
 	</menu>
-	<separator/>
+	<separator />
 	<menuitem>
 	  <label>Query with attributes</label>
 	  <help>Selects vector objects from an existing vector map and creates a new map containing only the selected objects.</help>
@@ -1643,11 +1643,11 @@
 	</menuitem>
 	<menuitem>
 	  <label>Query with another vector map</label>
-	  <help>Select features from ainput by features from binput</help>
+	  <help>Selects features from vector map (A) by features from other vector map (B).</help>
 	  <handler>self.OnMenuCmd</handler>
 	  <command>v.select</command>
 	</menuitem>
-	<separator/>
+	<separator />
 	<menuitem>
 	  <label>Buffer vectors</label>
 	  <help>Creates a buffer around features of given type (areas must contain centroid).</help>
@@ -1717,13 +1717,13 @@
 	  <items>
 	    <menuitem>
 	      <label>Allocate subnets</label>
-	      <help>Centre node must be opened (costs &gt;= 0). Costs of centre node are used in calculation</help>
+	      <help>Allocate subnets for nearest centres (direction from centre).</help>
 	      <handler>self.OnMenuCmd</handler>
 	      <command>v.net.alloc</command>
 	    </menuitem>
 	    <menuitem>
 	      <label>Network maintenance</label>
-	      <help>Network maintenance.</help>
+	      <help>Performs network maintenance.</help>
 	      <handler>self.OnMenuCmd</handler>
 	      <command>v.net</command>
 	    </menuitem>
@@ -1741,25 +1741,25 @@
 	    </menuitem>
 	    <menuitem>
 	      <label>Display shortest route (requires XTerm)</label>
-	      <help>Display shortest route along network between 2 nodes (visualization only, requires XTerm))</help>
+	      <help>Finds shortest path for selected starting and ending node.</help>
 	      <handler>self.OnXTerm</handler>
 	      <command>d.path</command>
 	    </menuitem>
 	    <menuitem>
 	      <label>Split net</label>
-	      <help>Splits net to bands between cost isolines (direction from centre). Centre node must be opened (costs &gt;= 0). Costs of centre node are used in calculation.</help>
+	      <help>Splits net by cost isolines.</help>
 	      <handler>self.OnMenuCmd</handler>
 	      <command>v.net.iso</command>
 	    </menuitem>
 	    <menuitem>
 	      <label>Steiner tree</label>
-	      <help>Note that 'Minimum Steiner Tree' problem is NP-hard and heuristic algorithm is used in this module so the result may be sub optimal</help>
+	      <help>Create Steiner tree for the network and given terminals</help>
 	      <handler>self.OnMenuCmd</handler>
 	      <command>v.net.steiner</command>
 	    </menuitem>
 	    <menuitem>
 	      <label>Traveling salesman analysis</label>
-	      <help>Note that TSP is NP-hard, heuristic algorithm is used by this module and created cycle may be sub optimal</help>
+	      <help>Creates a cycle connecting given nodes (Traveling salesman problem).</help>
 	      <handler>self.OnMenuCmd</handler>
 	      <command>v.net.salesman</command>
 	    </menuitem>
@@ -1782,7 +1782,7 @@
 	    </menuitem>
 	  </items>
 	</menu>
-	<separator/>
+	<separator />
 	<menu>
 	  <label>Change attributes</label>
 	  <items>
@@ -1794,7 +1794,7 @@
 	    </menuitem>
 	    <menuitem>
 	      <label>Reclassify objects interactively</label>
-	      <help>Reclassify vector objects interactively by entering SQL rules</help>
+	      <help>Changes vector category values for an existing vector map according to results of SQL queries or a value in attribute table column.</help>
 	      <handler>self.RulesCmd</handler>
 	      <command>v.reclass</command>
 	    </menuitem>
@@ -1806,7 +1806,7 @@
 	    </menuitem>
 	  </items>
 	</menu>
-	<separator/>
+	<separator />
 	<menuitem>
 	  <label>Generate area for current region</label>
 	  <help>Create a new vector from the current region.</help>
@@ -1871,7 +1871,7 @@
 	    </menuitem>
 	  </items>
 	</menu>
-	<separator/>
+	<separator />
 	<menuitem>
 	  <label>Remove outliers in point sets</label>
 	  <help>Removes outliers from vector point data.</help>
@@ -1884,7 +1884,7 @@
 	  <handler>self.OnMenuCmd</handler>
 	  <command>v.kcv</command>
 	</menuitem>
-	<separator/>
+	<separator />
 	<menuitem>
 	  <label>Update area attributes from raster</label>
 	  <help>Calculates univariate statistics from a GRASS raster map based on vector polygons and uploads statistics to new attribute columns.</help>
@@ -1914,17 +1914,17 @@
 	    </menuitem>
 	  </items>
 	</menu>
-	<separator/>
+	<separator />
 	<menu>
 	  <label>Reports and statistics</label>
 	  <items>
 	    <menuitem>
 	      <label>Basic vector metadata</label>
-	      <help>Outputs basic information about a user-specified vector map layer.</help>
+	      <help>Outputs basic information about a user-specified vector map.</help>
 	      <handler>self.OnMenuCmd</handler>
 	      <command>v.info</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>Report topology by category</label>
 	      <help>Reports geometry statistics for vectors.</help>
@@ -1933,18 +1933,18 @@
 	    </menuitem>
 	    <menuitem>
 	      <label>Upload or report topology</label>
-	      <help>Populate database values from vector features.</help>
+	      <help>Populates database values from vector features.</help>
 	      <handler>self.OnMenuCmd</handler>
 	      <command>v.to.db</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>Univariate attribute statistics</label>
 	      <help>Calculates univariate statistics for attribute. Variance and standard deviation is calculated only for points if specified.</help>
 	      <handler>self.OnMenuCmd</handler>
 	      <command>v.univar</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>Quadrat indices</label>
 	      <help>Indices for quadrat counts of sites lists.</help>
@@ -1979,7 +1979,7 @@
 	      <handler>self.OnMenuCmd</handler>
 	      <command>i.target</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>Mosaic images</label>
 	      <help>Mosaics up to 4 images and extends colormap; creates map *.mosaic</help>
@@ -1993,19 +1993,19 @@
 	  <items>
 	    <menuitem>
 	      <label>Color balance for RGB</label>
-	      <help>Auto-balancing of colors for LANDSAT images</help>
+	      <help>Performs auto-balancing of colors for LANDSAT images.</help>
 	      <handler>self.OnMenuCmd</handler>
 	      <command>i.landsat.rgb</command>
 	    </menuitem>
 	    <menuitem>
 	      <label>HIS to RGB</label>
-	      <help>Hue-intensity-saturation (his) to red-green-blue (rgb) raster map color transformation function.</help>
+	      <help>Transforms raster maps from HIS (Hue-Intensity-Saturation) color space to RGB (Red-Green-Blue) color space.</help>
 	      <handler>self.OnMenuCmd</handler>
 	      <command>i.his.rgb</command>
 	    </menuitem>
 	    <menuitem>
 	      <label>RGB to HIS</label>
-	      <help>Red-green-blue (rgb) to hue-intensity-saturation (his) raster map color transformation function</help>
+	      <help>Transforms raster maps from RGB (Red-Green-Blue) color space to HIS (Hue-Intensity-Saturation) color space.</help>
 	      <handler>self.OnMenuCmd</handler>
 	      <command>i.rgb.his</command>
 	    </menuitem>
@@ -2013,17 +2013,17 @@
 	</menu>
 	<menuitem>
 	  <label>Rectify image or raster</label>
-	  <help>Rectifies an image by computing a coordinate transformation for each pixel in the image based on the control points</help>
+	  <help>Rectifies an image by computing a coordinate transformation for each pixel in the image based on the control points.</help>
 	  <handler>self.OnMenuCmd</handler>
 	  <command>i.rectify</command>
 	</menuitem>
 	<menuitem>
 	  <label>Ortho photo rectification (requires Xterm)</label>
-	  <help>Ortho Photo rectification</help>
+	  <help>Menu driver for the photo imagery programs.</help>
 	  <handler>self.OnXTerm</handler>
 	  <command>i.ortho.photo</command>
 	</menuitem>
-	<separator/>
+	<separator />
 	<menuitem>
 	  <label>Brovey sharpening</label>
 	  <help>Brovey transform to merge multispectral and high-res panchromatic channels</help>
@@ -2035,14 +2035,14 @@
 	  <items>
 	    <menuitem>
 	      <label>Clustering input for unsupervised classification</label>
-	      <help>The resulting signature file is used as input for i.maxlik, to generate an unsupervised image classification.</help>
+	      <help>Generates spectral signatures for land cover types in an image using a clustering algorithm.</help>
 	      <handler>self.OnMenuCmd</handler>
 	      <command>i.cluster</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>Maximum likelihood classification (MLC)</label>
-	      <help>Classification is based on the spectral signature information generated by either i.cluster, i.class, or i.gensig.</help>
+	      <help>Classifies the cell spectral reflectances in imagery data.</help>
 	      <handler>self.OnMenuCmd</handler>
 	      <command>i.maxlik</command>
 	    </menuitem>
@@ -2052,22 +2052,22 @@
 	      <handler>self.OnMenuCmd</handler>
 	      <command>i.smap</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>Interactive input for supervised classification (requires Xterm)</label>
-	      <help>Interactive input for supervised classification</help>
+	      <help>Generates spectral signatures for an image by allowing the user to outline regions of interest.</help>
 	      <handler>self.OnXTerm</handler>
 	      <command>i.class</command>
 	    </menuitem>
 	    <menuitem>
 	      <label>Input for supervised MLC</label>
-	      <help>Generates statistics for i.maxlik from raster map layer.</help>
+	      <help>Generates statistics for i.maxlik from raster map.</help>
 	      <handler>self.OnMenuCmd</handler>
 	      <command>i.gensig</command>
 	    </menuitem>
 	    <menuitem>
 	      <label>Input for supervised SMAP</label>
-	      <help>Generate statistics for i.smap from raster map layer.</help>
+	      <help>Generates statistics for i.smap from raster map.</help>
 	      <handler>self.OnMenuCmd</handler>
 	      <command>i.gensigset</command>
 	    </menuitem>
@@ -2097,7 +2097,7 @@
 	</menuitem>
 	<menuitem>
 	  <label>Spectral response</label>
-	  <help>displays spectral response at user specified locations in group or images</help>
+	  <help>Displays spectral response at user specified locations in group or images.</help>
 	  <handler>self.OnMenuCmd</handler>
 	  <command>i.spectral</command>
 	</menuitem>
@@ -2142,7 +2142,7 @@
 	  <handler>self.OnMenuCmd</handler>
 	  <command>i.atcorr</command>
 	</menuitem>
-	<separator/>
+	<separator />
 	<menu>
 	  <label>Report and statistics</label>
 	  <items>
@@ -2188,7 +2188,7 @@
 	    </menuitem>
 	  </items>
 	</menu>
-	<separator/>
+	<separator />
 	<menuitem>
 	  <label>3D Mask</label>
 	  <help>Establishes the current working 3D raster mask.</help>
@@ -2212,7 +2212,7 @@
 	  <handler>self.OnMenuCmd</handler>
 	  <command>v.vol.rst</command>
 	</menuitem>
-	<separator/>
+	<separator />
 	<menu>
 	  <label>Report and Statistics</label>
 	  <items>
@@ -2258,7 +2258,7 @@
 	    </menuitem>
 	  </items>
 	</menu>
-	<separator/>
+	<separator />
 	<menu>
 	  <label>Manage databases</label>
 	  <items>
@@ -2274,10 +2274,10 @@
 	      <handler>self.OnMenuCmd</handler>
 	      <command>db.login</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>Copy table</label>
-	      <help>Copy a table. Either 'from_table' (optionally with 'where') can be used or 'select' option, but not 'from_table' and 'select' at the same time.</help>
+	      <help>Copy a table.</help>
 	      <handler>self.OnMenuCmd</handler>
 	      <command>db.copy</command>
 	    </menuitem>
@@ -2293,7 +2293,7 @@
 	      <handler>self.OnMenuCmd</handler>
 	      <command>db.droptable</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>Add columns</label>
 	      <help>Adds one or more columns to the attribute table connected to a given vector map.</help>
@@ -2312,7 +2312,7 @@
 	      <handler>self.OnMenuCmd</handler>
 	      <command>v.db.renamecol</command>
 	    </menuitem>
-	    <separator/>
+	    <separator />
 	    <menuitem>
 	      <label>Test</label>
 	      <help>Test database driver, database must exist and set by db.connect.</help>
@@ -2344,7 +2344,7 @@
 	    </menuitem>
 	  </items>
 	</menu>
-	<separator/>
+	<separator />
 	<menu>
 	  <label>Vector database connections</label>
 	  <items>
@@ -2387,4 +2387,4 @@
       </items>
     </menu>
   </menubar>
-</menudata>
+</menudata>
\ No newline at end of file



More information about the grass-commit mailing list