[GRASS-SVN] r31491 - grass-addons/gipe
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu May 22 20:44:12 EDT 2008
Author: ychemin
Date: 2008-05-22 20:44:12 -0400 (Thu, 22 May 2008)
New Revision: 31491
Modified:
grass-addons/gipe/gmmenu.tcl
grass-addons/gipe/menudata.py
Log:
Upedated menu items for r.soiltex2prop
Modified: grass-addons/gipe/gmmenu.tcl
===================================================================
--- grass-addons/gipe/gmmenu.tcl 2008-05-22 20:45:29 UTC (rev 31490)
+++ grass-addons/gipe/gmmenu.tcl 2008-05-23 00:44:12 UTC (rev 31491)
@@ -287,6 +287,7 @@
{command {[G_msg "Slope and aspect"]} {} "r.slope.aspect: Slope and aspect" {} -command {execute r.slope.aspect }}
{command {[G_msg "Terrain parameters"]} {} "r.param.scale: Terrain parameters" {} -command {execute r.param.scale }}
{command {[G_msg "Textural features"]} {} "r.texture: Textural features" {} -command {execute r.texture }}
+ {command {[G_msg "Soil Texture->properties"]} {} "r.soiltex2prop: Soil Texture to Ksat/Porosity/Hf" {} -command {execute r.soiltex2prop }}
{separator}
{command {[G_msg "Visibility"]} {} "r.los: Visibility/line of sight" {} -command {execute r.los }}
}}
Modified: grass-addons/gipe/menudata.py
===================================================================
--- grass-addons/gipe/menudata.py 2008-05-22 20:45:29 UTC (rev 31490)
+++ grass-addons/gipe/menudata.py 2008-05-23 00:44:12 UTC (rev 31491)
@@ -612,6 +612,10 @@
_("Textural features analysis"),
"self.OnMenuCmd",
"r.texture"),
+ (_("Soil Texture->properties"),
+ _("Soil Texture to Ksat/Porosity/Hf"),
+ "self.OnMenuCmd",
+ "r.soiltex2prop"),
("","","", ""),
(_("Visibility"),
_("Visibility and line of sight"),
More information about the grass-commit
mailing list