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

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Dec 14 06:38:11 EST 2011


Author: martinl
Date: 2011-12-14 03:38:11 -0800 (Wed, 14 Dec 2011)
New Revision: 49737

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml
Log:
wxGUI: i.topo.corr added to the menu
       update imagery menu based on devbr6


Modified: grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml	2011-12-14 11:30:25 UTC (rev 49736)
+++ grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml	2011-12-14 11:38:11 UTC (rev 49737)
@@ -278,14 +278,14 @@
 	  <items>
 	    <menuitem>
 	      <label>ASCII 3D import</label>
-	      <help>Convert a 3D ASCII raster text file into a (binary) 3D raster map layer</help>
+	      <help>Converts a 3D ASCII raster text file into a (binary) 3D raster map layer.</help>
 	      <keywords>raster3d,voxel,import</keywords>
 	      <handler>OnMenuCmd</handler>
 	      <command>r3.in.ascii</command>
 	    </menuitem>
 	    <menuitem>
 	      <label>Vis5D import</label>
-	      <help>import of 3-dimensional Vis5D files (i.e. the v5d file with 1 variable and 1 time step)</help>
+	      <help>Imports 3-dimensional Vis5D files (i.e. the V5D file with 1 variable and 1 time step).</help>
 	      <keywords>raster3d,voxel,import</keywords>
 	      <handler>OnMenuCmd</handler>
 	      <command>r3.in.v5d</command>
@@ -479,21 +479,21 @@
 	  <items>
 	    <menuitem>
 	      <label>ASCII 3D export</label>
-	      <help>Converts a 3D raster map layer into an ASCII text file</help>
+	      <help>Converts a 3D raster map layer into an ASCII text file.</help>
 	      <keywords>raster3d,voxel,export</keywords>
 	      <handler>OnMenuCmd</handler>
 	      <command>r3.out.ascii</command>
 	    </menuitem>
 	    <menuitem>
 	      <label>Vis5D export</label>
-	      <help>Export of GRASS 3D raster map to 3-dimensional Vis5D file.</help>
+	      <help>Exports GRASS 3D raster map to 3-dimensional Vis5D file.</help>
 	      <keywords>raster3d,voxel,export</keywords>
 	      <handler>OnMenuCmd</handler>
 	      <command>r3.out.v5d</command>
 	    </menuitem>
 	    <menuitem>
 	      <label>VTK export</label>
-	      <help>Converts 3D raster maps (G3D) into the VTK-Ascii format</help>
+	      <help>Converts 3D raster maps into the VTK-ASCII format.</help>
 	      <keywords>raster3d,voxel,export</keywords>
 	      <handler>OnMenuCmd</handler>
 	      <command>r3.out.vtk</command>
@@ -546,14 +546,14 @@
 	    <separator />
 	    <menuitem>
 	      <label>List</label>
-	      <help>Lists available GRASS data base files of the user-specified data type to standard output.</help>
+	      <help>Lists available GRASS data base files of the user-specified data type.</help>
 	      <keywords>general,map management</keywords>
 	      <handler>OnMenuCmd</handler>
 	      <command>g.list</command>
 	    </menuitem>
 	    <menuitem>
 	      <label>List filtered</label>
-	      <help>Lists available GRASS data base files of the user-specified data type to standard output.</help>
+	      <help>Lists available GRASS data base files of the user-specified data type optionally using the search pattern.</help>
 	      <keywords>general,map management</keywords>
 	      <handler>OnMenuCmd</handler>
 	      <command>g.mlist</command>
@@ -673,7 +673,7 @@
 	</menuitem>
 	<menuitem>
 	  <label>3D image rendering</label>
-	  <help>Allows rendering GIS data is a 3D space.</help>
+	  <help>Creates a 3D rendering of GIS data.</help>
 	  <keywords>visualization,raster,vector,raster3d</keywords>
 	  <handler>OnMenuCmd</handler>
 	  <command>m.nviz.image</command>
@@ -1814,7 +1814,7 @@
 	    </menuitem>
 	    <menuitem>
 	      <label>Linear regression</label>
-	      <help>Calculates linear regression from two raster maps: y = a + b*x</help>
+	      <help>Calculates linear regression from two raster maps: y = a + b*x.</help>
 	      <keywords>raster,statistics</keywords>
 	      <handler>OnMenuCmd</handler>
 	      <command>r.regression.line</command>
@@ -2513,7 +2513,16 @@
 	    </menuitem>
 	  </items>
 	</menu>
+	<separator />
 	<menuitem>
+	  <label>Ortho photo rectification (requires Xterm)</label>
+	  <help>Menu driver for the photo imagery programs.</help>
+	  <keywords>imagery,orthorectify</keywords>
+	  <handler>OnXTerm</handler>
+	  <command>i.ortho.photo</command>
+	</menuitem>
+	<separator />
+	<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>
 	  <keywords>imagery,rectify</keywords>
@@ -2521,12 +2530,17 @@
 	  <command>i.rectify</command>
 	</menuitem>
 	<menuitem>
-	  <label>Ortho photo rectification (requires Xterm)</label>
-	  <help>Menu driver for the photo imagery programs.</help>
-	  <keywords>imagery,orthorectify</keywords>
-	  <handler>OnXTerm</handler>
-	  <command>i.ortho.photo</command>
+	  <label>Histogram</label>
+	  <help>Generate histogram of image</help>
+	  <handler>DispHistogram</handler>
 	</menuitem>
+	<menuitem>
+	  <label>Spectral response</label>
+	  <help>Displays spectral response at user specified locations in group or images.</help>
+	  <keywords>imagery,raster,multispectral</keywords>
+	  <handler>OnMenuCmd</handler>
+	  <command>i.spectral</command>
+	</menuitem>
 	<separator />
 	<menuitem>
 	  <label>Brovey sharpening</label>
@@ -2603,25 +2617,6 @@
 	    </menuitem>
 	  </items>
 	</menu>
-	<menuitem>
-	  <label>Histogram</label>
-	  <help>Generate histogram of image</help>
-	  <handler>DispHistogram</handler>
-	</menuitem>
-	<menuitem>
-	  <label>Spectral response</label>
-	  <help>Displays spectral response at user specified locations in group or images.</help>
-	  <keywords>imagery,raster,multispectral</keywords>
-	  <handler>OnMenuCmd</handler>
-	  <command>i.spectral</command>
-	</menuitem>
-	<menuitem>
-	  <label>Tasseled cap vegetation index</label>
-	  <help>Tasseled Cap (Kauth Thomas) transformation for LANDSAT-TM data</help>
-	  <keywords>raster,imagery</keywords>
-	  <handler>OnMenuCmd</handler>
-	  <command>i.tasscap</command>
-	</menuitem>
 	<menu>
 	  <label>Transform image</label>
 	  <items>
@@ -2655,13 +2650,38 @@
 	    </menuitem>
 	  </items>
 	</menu>
-	<menuitem>
-	  <label>Atmospheric correction</label>
-	  <help>Performs atmospheric correction using the 6S algorithm.</help>
-	  <keywords>imagery,atmospheric correction</keywords>
-	  <handler>OnMenuCmd</handler>
-	  <command>i.atcorr</command>
-	</menuitem>
+    <separator />
+	<menu>
+	  <label>Satellite images tools</label>
+	  <items>
+	    <menuitem>
+	      <label>Atmospheric correction</label>
+	      <help>Performs atmospheric correction using the 6S algorithm.</help>
+	      <keywords>imagery,atmospheric correction</keywords>
+	      <handler>OnMenuCmd</handler>
+	      <command>i.atcorr</command>
+	    </menuitem>
+	    <menuitem>
+	      <label>Topographic correction</label>
+	      <help>Computes topographic correction of reflectance.</help>
+	      <keywords>imagery,terrain,topographic correction</keywords>
+	      <handler>OnMenuCmd</handler>
+	      <command>i.topo.corr</command>
+	    </menuitem>
+	  </items>
+	</menu>
+	<menu>
+	  <label>Satellite images products</label>
+	  <items>
+	    <menuitem>
+	      <label>Tasseled cap vegetation index</label>
+	      <help>Tasseled Cap (Kauth Thomas) transformation for LANDSAT-TM data</help>
+	      <keywords>raster,imagery</keywords>
+	      <handler>OnMenuCmd</handler>
+	      <command>i.tasscap</command>
+	    </menuitem>
+	   </items>
+	  </menu> 
 	<separator />
 	<menu>
 	  <label>Report and statistics</label>
@@ -2730,14 +2750,14 @@
 	</menuitem>
 	<menuitem>
 	  <label>Cross section</label>
-	  <help>Creates cross section 2D raster map from 3d raster map based on 2D elevation map</help>
+	  <help>Creates cross section 2D raster map from 3D raster map based on 2D elevation map.</help>
 	  <keywords>raster3d,voxel</keywords>
 	  <handler>OnMenuCmd</handler>
 	  <command>r3.cross.rast</command>
 	</menuitem>
     <menuitem>
       <label>Groundwater modeling</label>
-      <help>Numerical calculation program for transient, confined groundwater flow in three dimensions</help>
+      <help>Calculates numerically transient, confined groundwater flow in three dimensions.</help>
       <keywords>raster3d,voxel</keywords>
       <handler>OnMenuCmd</handler>
       <command>r3.gwflow</command>
@@ -2762,7 +2782,7 @@
 	    </menuitem>
 	    <menuitem>
 	      <label>Voxel statistics</label>
-	      <help>Generates volume statistics for raster3d maps.</help>
+	      <help>Generates volume statistics for 3D raster maps.</help>
 	      <keywords>raster3d,voxel,statistics</keywords>
 	      <handler>OnMenuCmd</handler>
 	      <command>r3.stats</command>



More information about the grass-commit mailing list