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

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Apr 2 12:39:20 EDT 2008


Author: annalisapg
Date: 2008-04-02 12:39:20 -0400 (Wed, 02 Apr 2008)
New Revision: 30845

Modified:
   grass-addons/vector/v.strahler/description.html
Log:
modified names of images

Modified: grass-addons/vector/v.strahler/description.html
===================================================================
--- grass-addons/vector/v.strahler/description.html	2008-04-02 16:04:37 UTC (rev 30844)
+++ grass-addons/vector/v.strahler/description.html	2008-04-02 16:39:20 UTC (rev 30845)
@@ -2,9 +2,9 @@
 
 <em>v.strahler</em> calculates the Strahler Order for all lines of a given dendritic network. The input vector map must be free of cycles. For the elaboration a new imported network or a network extracted from DEM by using <em><a HREF="r.watershed.html">r.watershed</a></em> can be used (in this case the topology has to be cleaned manually). More than one tree in the input data is allowed. No given flow direction is needed. To find the outlet of each tree, a DEM must be given.
 
-There are two additional scripts distributed with v.strahler:
+There are two additional scripts distributed with v.strahler:<br />
 - <em>r.strahler.sh</em> extracts streams from a DEM and call v.strahler on the result. <br />
-- <em>r.broscoe</em> computes further statistical values for a given basin.
+- <em>r.broscoe.sh</em> computes further statistical values for a given basin. <br />
 
 <h2>NOTES</h2>
 <h3>Problems</h3>
@@ -24,7 +24,7 @@
 <h2>EXAMPLE</h2>
 The input map (vector on DEM): <br />
 <br />
-<img src="images/example_input.jpg"> <br />
+<img src="images/input_vstrahler.jpg"> <br />
 <br />
 <br />
 An example of the sintax in GRASS shell: <br />
@@ -72,12 +72,12 @@
 <br />
 The output map (vector on DEM) form a snapshot of GRASS display: <br />
 <br />
-<img src="images/example_output.jpg"> <br />
+<img src="images/output_vstrahler.jpg"> <br />
 <br />
 <br />
 The output map (vector only) from Qgis (different colors for different orders): <br />
 <br />
-<img src="images/Qgis.jpg"> <br />
+<img src="images/Qgisout_vstrahler.jpg"> <br />
 <br />
 <br />
 <h2>SEE ALSO</h2>
@@ -90,4 +90,4 @@
 Modified by: Ivan Marchesini and Annalisa Minelli, Univ. Perugia.<br />
 
 
-<p><i>Last changed: $Date: 2007/11/25 15:29:16 $</i>
+<p><i>Last changed: $Date: 2008/04/02 15:29:16 $</i>



More information about the grass-commit mailing list