[GRASS-SVN] r59493 - grass/trunk/gui/wxpython/xml

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Mar 28 06:23:01 PDT 2014


Author: hellik
Date: 2014-03-28 06:23:00 -0700 (Fri, 28 Mar 2014)
New Revision: 59493

Modified:
   grass/trunk/gui/wxpython/xml/toolboxes.xml
Log:
r.stream.*: add new modules to toolbox

Modified: grass/trunk/gui/wxpython/xml/toolboxes.xml
===================================================================
--- grass/trunk/gui/wxpython/xml/toolboxes.xml	2014-03-28 11:34:56 UTC (rev 59492)
+++ grass/trunk/gui/wxpython/xml/toolboxes.xml	2014-03-28 13:23:00 UTC (rev 59493)
@@ -860,6 +860,30 @@
       <module-item name="r.water.outlet">
         <label>Watershed basin creation</label>
       </module-item>
+      <module-item name="r.stream.channel">
+        <label>River channel characteristics</label>
+      </module-item>
+      <module-item name="r.stream.distance">
+        <label>River distance and elevation characteristics</label>
+      </module-item>
+      <module-item name="r.stream.extract">
+        <label>Extraction of stream networks</label>
+      </module-item>
+      <module-item name="r.stream.order">
+        <label>River ordering and hierarchy</label>
+      </module-item>
+      <module-item name="r.stream.segment">
+        <label>River segment characteristics</label>
+      </module-item>
+      <module-item name="r.stream.slope">
+        <label>River elevation change</label>
+      </module-item>
+      <module-item name="r.stream.snap">
+        <label>Position correction of water outlet point</label>
+      </module-item>
+      <module-item name="r.stream.stats">
+        <label>Horton's statistics</label>
+      </module-item>
       <separator/>
       <module-item name="r.sim.water">
         <label>SIMWE Overland flow modeling</label>



More information about the grass-commit mailing list