[GRASS-SVN] r44875 - grass/trunk/gui/wxpython/xml

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jan 4 19:27:04 EST 2011


Author: ychemin
Date: 2011-01-04 16:27:04 -0800 (Tue, 04 Jan 2011)
New Revision: 44875

Modified:
   grass/trunk/gui/wxpython/xml/menudata.xml
Log:
modified Satellite images processing menus

Modified: grass/trunk/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/trunk/gui/wxpython/xml/menudata.xml	2011-01-04 23:06:54 UTC (rev 44874)
+++ grass/trunk/gui/wxpython/xml/menudata.xml	2011-01-05 00:27:04 UTC (rev 44875)
@@ -2693,7 +2693,7 @@
 	  </items>
 	</menu>
 	<menu>
-	  <label>Evapotranspiration calculation</label>
+	  <label>Satellite images products</label>
 	  <items>
 	    <menuitem>
 	      <label>Vegetation indices</label>
@@ -2718,6 +2718,18 @@
 	    </menuitem>
 	    <separator />
 	    <menuitem>
+	      <label>Biomass growth</label>
+	      <help>Computes biomass growth, precursor of crop yield calculation</help>
+	      <keywords>imagery,biomass,fpar,yield</keywords>
+	      <handler>OnMenuCmd</handler>
+	      <command>i.biomass</command>
+	    </menuitem>
+	   </items>
+	  </menu> 
+	  <menu> 
+	  <label>Evapotranspiration calculation</label>
+	  <items>
+	    <menuitem>
 	      <label>Soil heat flux</label>
 	      <help>Soil heat flux approximation (Bastiaanssen, 1995)</help>
 	      <keywords>imagery,soil heat flux,energy balance,SEBAL</keywords>
@@ -2755,13 +2767,6 @@
 	    </menuitem>
 	  </items>
 	</menu>
-	<menuitem>
-	  <label>Biomass growth</label>
-	  <help>Computes biomass growth, precursor of crop yield calculation</help>
-	  <keywords>imagery,biomass,fpar,yield</keywords>
-	  <handler>OnMenuCmd</handler>
-	  <command>i.biomass</command>
-	</menuitem>
 	<separator />
 	<menu>
 	  <label>Report and statistics</label>



More information about the grass-commit mailing list