[GRASS-SVN] r33702 - grass-addons/gipe

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Oct 6 22:29:57 EDT 2008


Author: ychemin
Date: 2008-10-06 22:29:57 -0400 (Mon, 06 Oct 2008)
New Revision: 33702

Modified:
   grass-addons/gipe/gmmenu.tcl
   grass-addons/gipe/menudata.py
Log:
Updated GUIs with i.landsat.toar and i.modis.stateqa

Modified: grass-addons/gipe/gmmenu.tcl
===================================================================
--- grass-addons/gipe/gmmenu.tcl	2008-10-07 02:23:06 UTC (rev 33701)
+++ grass-addons/gipe/gmmenu.tcl	2008-10-07 02:29:57 UTC (rev 33702)
@@ -561,7 +561,9 @@
 	{cascad {[G_msg "GIPE"]} {} "" $tmenu {
 		{cascad {[G_msg "DN2Rad2Ref"]} {} "" $tmenu {
 				{command {[G_msg "MODIS QC extrator"]} {} "i.qc.modis" {} -command {execute i.qc.modis }}
+				{command {[G_msg "MODIS State QA extrator"]} {} "i.modis.stateqa" {} -command {execute i.modis.stateqa }}
 				{separator}
+				{command {[G_msg "All types of Landsat"]} {} "i.landsat.toar" {} -command {execute i.landsat.toar }}
 				{command {[G_msg "Landsat 7 ETM+"]} {} "i.dn2ref.l7" {} -command {execute i.dn2ref.l7 }}
 				{command {[G_msg "Landsat 7 ETM+ (from .met)"]} {} "i.dn2full.l7" {} -command {execute i.dn2full.l7 }}
 				{command {[G_msg "Landsat 5 TM (from NLAPS report .txt)"]} {} "i.dn2full.l5" {} -command {execute i.dn2full.l5 }}

Modified: grass-addons/gipe/menudata.py
===================================================================
--- grass-addons/gipe/menudata.py	2008-10-07 02:23:06 UTC (rev 33701)
+++ grass-addons/gipe/menudata.py	2008-10-07 02:29:57 UTC (rev 33702)
@@ -1388,7 +1388,15 @@
                           _("MODIS Quality Assessment extractor"), 
                           "self.RunMenuCmd",
                           "i.qc.modis"),
+                         (_("MODIS State QA extractor"),
+                          _("MODIS State Quality Assessment extractor"), 
+                          "self.RunMenuCmd",
+                          "i.modis.stateqa"),
                          ("","","", ""),
+                         (_("All types of Landsat"),
+                          _("Landsat TOA Reflectance tool"), 
+                          "self.RunMenuCmd",
+                          "i.landsat.toar"),
                          (_("Landsat 7 ETM+"),
                           _("Landsat 7 ETM+"), 
                           "self.RunMenuCmd",



More information about the grass-commit mailing list