[GRASS-SVN] r32156 - grass-addons/gipe
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Jul 18 03:53:40 EDT 2008
Author: ychemin
Date: 2008-07-18 03:53:40 -0400 (Fri, 18 Jul 2008)
New Revision: 32156
Modified:
grass-addons/gipe/Makefile.imagery
grass-addons/gipe/gmmenu.tcl
grass-addons/gipe/menudata.py
Log:
Updated Makefile and menus
Modified: grass-addons/gipe/Makefile.imagery
===================================================================
--- grass-addons/gipe/Makefile.imagery 2008-07-18 07:47:25 UTC (rev 32155)
+++ grass-addons/gipe/Makefile.imagery 2008-07-18 07:53:40 UTC (rev 32156)
@@ -40,7 +40,8 @@
i.sunhours \
i.vi \
i.vi.mpi \
- i.water
+ i.water \
+ i.wi
default: subdirs htmldir
Modified: grass-addons/gipe/gmmenu.tcl
===================================================================
--- grass-addons/gipe/gmmenu.tcl 2008-07-18 07:47:25 UTC (rev 32155)
+++ grass-addons/gipe/gmmenu.tcl 2008-07-18 07:53:40 UTC (rev 32156)
@@ -572,6 +572,7 @@
{command {[G_msg "Tassled cap vegetation index"]} {} "i.tasscap" {} -command {execute i.tasscap }}
{command {[G_msg "Vegetation Indices (13 types)"]} {} "i.vi" {} -command {execute i.vi }}
{command {[G_msg "Vegetation Indices (13 types) cluster"]} {} "i.vi.mpi" {} -command {execute i.vi.mpi }}
+ {command {[G_msg "Water Indices"]} {} "i.wi" {} -command {execute i.wi }}
{separator}
{command {[G_msg "Albedo"]} {} "i.albedo" {} -command {execute i.albedo }}
{command {[G_msg "Water"]} {} "i.water" {} -command {execute i.water }}
Modified: grass-addons/gipe/menudata.py
===================================================================
--- grass-addons/gipe/menudata.py 2008-07-18 07:47:25 UTC (rev 32155)
+++ grass-addons/gipe/menudata.py 2008-07-18 07:53:40 UTC (rev 32156)
@@ -1424,6 +1424,10 @@
_("Vegetation Indices (13 types) cluster"),
"self.RunMenuCmd",
"i.vi.mpi"),
+ (_("Water Indices"),
+ _("Water Indices"),
+ "self.RunMenuCmd",
+ "i.wi"),
("","","", ""),
(_("Albedo"),
_("Albedo"),
More information about the grass-commit
mailing list