소스 검색

modified Satellite images processing menus

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@44875 15284696-431f-4ddb-bdfa-cd5b030d7da7
Yann Chemin 14 년 전
부모
커밋
1b886c5839
1개의 변경된 파일13개의 추가작업 그리고 8개의 파일을 삭제
  1. 13 8
      gui/wxpython/xml/menudata.xml

+ 13 - 8
gui/wxpython/xml/menudata.xml

@@ -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>