[GRASS-SVN] r32265 - grass-addons/vector/v.strahler

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jul 24 12:50:37 EDT 2008


Author: annalisapg
Date: 2008-07-24 12:50:18 -0400 (Thu, 24 Jul 2008)
New Revision: 32265

Added:
   grass-addons/vector/v.strahler/r.strahler.sh.html
Log:
r.strahler.sh's description file

Added: grass-addons/vector/v.strahler/r.strahler.sh.html
===================================================================
--- grass-addons/vector/v.strahler/r.strahler.sh.html	                        (rev 0)
+++ grass-addons/vector/v.strahler/r.strahler.sh.html	2008-07-24 16:50:18 UTC (rev 32265)
@@ -0,0 +1,39 @@
+<h2>DESCRIPTION</h2>
+
+<em>r.strahler.sh</em> Creates a vector map of Strahler ordered streams of a single basin starting from a DEM.
+Once selected the area where you want to work by visualizing it in the GRASS monitor, the programs extracts lines form the DEM by using <em><a HREF="r.watershed.html">r.watershed</a></em> , makes you able to select an outlet for the basin (or takes the outlet coords manually inserted at the beginning), individuates the basin by using <em><a HREF="r.water.outlet.html">r.water.outlet</a></em> , cleans the topology, executes <em><a HREF="v.strahler.html">v.strahler</a></em> for the extracted network. <br />
+The program returns an ouput text file (see  <em><a HREF="v.strahler.html">v.strahler</a></em> ) and the basin network ordered by Horton-Strahler.
+The program is also able to plot a background map during the elaboration, so, if you have some aerial photos or the same DEM, it's easier to select the right outlet cross-section in the map.<br />
+If the <b>-i</b> interactive flag is given then you are working in interactive mode and the program makes you able to choose the outlet cross section directly from the monitor, instead the program works in un-interactive mode but it needs the outlet coords manually inserted.
+
+<h2>EXAMPLE</h2>
+
+The interactive-mode syntax:
+
+<div class="code"><pre>
+  r.strahler.sh -i dem=dem_20 thr=1000 
+  output=ordered_net textoutput=text_net bkgrmap=dem_20
+</pre></div>
+
+The un-interactive-mode syntax:
+
+<div class="code"><pre>
+  r.strahler.sh dem=dem_20 xcoor=2291350.34 ycoor=4765192.22 thr=1000 
+  output=ordered_net textoutput=text_net bkgrmap=dem_20
+</pre></div>
+
+<h2>BUGS</h2>
+The program has some stability problems for low area threshold; from sperimental analysis the program works well for thresholds greater than the ones in graphic (below) for given cells of the studied-area in the DEM.<br />
+<img src="thrVScell.jpg"> <br />
+
+<h2>SEE ALSO</h2>
+<em><a HREF="v.strahler.html">v.strahler</a></em><br>
+<em><a HREF="r.broscoe.sh.html">r.broscoe.sh</a></em><br>
+
+<h2>AUTHORS</h2>
+
+Ivan Marchesini and Annalisa Minelli, Univ. Perugia. <br>
+
+
+<p>
+<i>Last changed: $Date: 2007/12/12 14:54:40 $</i>



More information about the grass-commit mailing list