[GRASS-SVN] r59494 - grass/branches/releasebranch_7_0/gui/wxpython/xml
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Mar 28 06:29:17 PDT 2014
Author: hellik
Date: 2014-03-28 06:29:16 -0700 (Fri, 28 Mar 2014)
New Revision: 59494
Modified:
grass/branches/releasebranch_7_0/gui/wxpython/xml/toolboxes.xml
Log:
r.stream.*: add new modules to toolbox - merge from trunk
Modified: grass/branches/releasebranch_7_0/gui/wxpython/xml/toolboxes.xml
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/xml/toolboxes.xml 2014-03-28 13:23:00 UTC (rev 59493)
+++ grass/branches/releasebranch_7_0/gui/wxpython/xml/toolboxes.xml 2014-03-28 13:29:16 UTC (rev 59494)
@@ -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