[GRASS-SVN] r33566 - in grass/trunk/gui: tcltk/gis.m wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Sep 27 13:42:13 EDT 2008


Author: ychemin
Date: 2008-09-27 13:42:12 -0400 (Sat, 27 Sep 2008)
New Revision: 33566

Modified:
   grass/trunk/gui/tcltk/gis.m/gmmenu.tcl
   grass/trunk/gui/wxpython/gui_modules/menudata.py
Log:
updated GUIs for i.qc.modis and i.albedo

Modified: grass/trunk/gui/tcltk/gis.m/gmmenu.tcl
===================================================================
--- grass/trunk/gui/tcltk/gis.m/gmmenu.tcl	2008-09-27 16:25:01 UTC (rev 33565)
+++ grass/trunk/gui/tcltk/gis.m/gmmenu.tcl	2008-09-27 17:42:12 UTC (rev 33566)
@@ -544,6 +544,12 @@
 		term i.ortho.photo 
 		set env(GRASS_RENDER_IMMEDIATE) "TRUE"}}
 	{separator}
+	{cascad {[G_msg "Basic RS processing"]} {} "" $tmenu {			
+				{command {[G_msg "MODIS Quality flags"]} {} "i.qc.modis: Extracts Modis Quality flags as raster values." {} -command {execute i.qc.modis }}
+				{separator}
+				{command {[G_msg "Albedo"]} {} "i.albedo: Calculates Albedo from Modis, Aster, Landsat or AVHRR" {} -command {execute i.albedo }}
+				{separator}
+	}}
 	{command {[G_msg "Brovey sharpening"]} {} "i.fusion.brovey: Brovey transformation and pan sharpening" {} -command {execute i.fusion.brovey }}
 	{cascad {[G_msg "Classify image"]} {} "" $tmenu {			
 		{command {[G_msg "Clustering input for unsupervised classification"]} {} "i.cluster: Clustering input for unsupervised classification" {} -command {execute i.cluster }}

Modified: grass/trunk/gui/wxpython/gui_modules/menudata.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/menudata.py	2008-09-27 16:25:01 UTC (rev 33565)
+++ grass/trunk/gui/wxpython/gui_modules/menudata.py	2008-09-27 17:42:12 UTC (rev 33566)
@@ -1613,6 +1613,21 @@
                          "i.ortho.photo"),
                         ("","","", ""),
 
+                        (_("Basic RS processing"), (
+
+                                (_("MODIS Quality Flags"),
+                                 _("Extract Modis Quality flags as raster values."),
+                                 "self.OnMenuCmd",
+                                 "i.qc.modis"),
+
+                                (_("Albedo"),
+                                 _("Albedo from Modis, Aster, Landsat, AVHRR."),
+                                 "self.OnMenuCmd",
+                                 "i.albedo"),
+				)
+                         ),
+                        ("","","", ""),
+
                         (_("Brovey sharpening"),
                          _("Brovey transform to merge multispectral and high-res panchromatic channels"),
                          "self.OnMenuCmd",



More information about the grass-commit mailing list