[GRASS-SVN] r61261 - grass/trunk/raster/r.stream.distance
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jul 16 08:49:16 PDT 2014
Author: hcho
Date: 2014-07-16 08:49:16 -0700 (Wed, 16 Jul 2014)
New Revision: 61261
Modified:
grass/trunk/raster/r.stream.distance/r.stream.distance.html
Log:
r.stream.distance: Correct the manual. The farthest maximum/divide is the default option
Modified: grass/trunk/raster/r.stream.distance/r.stream.distance.html
===================================================================
--- grass/trunk/raster/r.stream.distance/r.stream.distance.html 2014-07-16 11:15:37 UTC (rev 61260)
+++ grass/trunk/raster/r.stream.distance/r.stream.distance.html 2014-07-16 15:49:16 UTC (rev 61261)
@@ -16,9 +16,9 @@
<p>
The upstream method offers two alternative modes switched with <em>-n</em>
-flag: the <em>nearest local maximum/divide</em>: is the shortest path to
-the local maximum (default option); and the <em>farthest maximum/divide</em>:
-is the longest path.
+flag: the <em>nearest local maximum/divide</em> is the shortest path to
+the local maximum; and the <em>farthest maximum/divide</em>
+is the longest path (default option).
In hydrological sense, the <em>nearest</em> option means the shortest path which a
particle of water must run from the divide to reach a particular pixel,
while the <em>farthest</em> option means the possible longest path.
More information about the grass-commit
mailing list