[GRASS-SVN] r59892 - grass-addons/grass7/raster/r.basin
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Apr 21 13:04:48 PDT 2014
Author: madi
Date: 2014-04-21 13:04:48 -0700 (Mon, 21 Apr 2014)
New Revision: 59892
Modified:
grass-addons/grass7/raster/r.basin/r.basin.html
Log:
description of new snapping added
Modified: grass-addons/grass7/raster/r.basin/r.basin.html
===================================================================
--- grass-addons/grass7/raster/r.basin/r.basin.html 2014-04-21 19:28:59 UTC (rev 59891)
+++ grass-addons/grass7/raster/r.basin/r.basin.html 2014-04-21 20:04:48 UTC (rev 59892)
@@ -2,14 +2,24 @@
<em>r.basin</em> generates the main morphometric parameters of the
basin starting from the digital elevation model and the coordinates
-of the basin's closing section.
+of the basin's closing section (outlet).
<h3>Important:</h3>
The closing section's coordinates must belong to the river network
generated by <a href="r.stream.extract.html">r.stream.extract</a>.
It is suggested to run it beforehand.
+In G7, r.basin has been improved to take in input coordinates not
+exactly belonging to the river network (but not too far from it).
+It basically snaps to the closest point belonging to the network.
+This feature is experimental and might not produce the expected result.
+To check if the snapped outlet is acceptable, at the end of the
+computation, two outlet vector maps are produced: the one with the
+coordinates inserted by the user and the snapped one. If the user is
+not happy with this latter, should tweak the coordinates to match with
+the river network.
+
<h3>Morphometric parameters of basin</h3>
The main parameters are:
@@ -105,8 +115,7 @@
<h3>Example</h3>
<ul>
-r.basin map=elevation prefix=prefix coordinates=east,north threshold=th
-input=path/to/directory
+r.basin map=elevation prefix=example coordinates=636639,218816 dir=/home/yourusername/Desktop threshold=1000
</ul>
<h3>Dependencies</h3>
More information about the grass-commit
mailing list