[GRASS-SVN] r59450 - grass-addons/grass7/raster/r.stream.slope
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Mar 27 10:44:16 PDT 2014
Author: wenzeslaus
Date: 2014-03-27 10:44:15 -0700 (Thu, 27 Mar 2014)
New Revision: 59450
Modified:
grass-addons/grass7/raster/r.stream.slope/r.stream.slope.html
Log:
r.stream.slope: html cleanup (fix typo in r59446)
Modified: grass-addons/grass7/raster/r.stream.slope/r.stream.slope.html
===================================================================
--- grass-addons/grass7/raster/r.stream.slope/r.stream.slope.html 2014-03-27 17:34:17 UTC (rev 59449)
+++ grass-addons/grass7/raster/r.stream.slope/r.stream.slope.html 2014-03-27 17:44:15 UTC (rev 59450)
@@ -6,7 +6,7 @@
<h2>OPTIONS</h2>
<dl>
-<dt><em>direction</b></em>
+<dt><em>direction</em></dt>
<dd>Flow direction: name of input direction map produced by r.watershed or
r.stream.extract. If r.stream.extract output map is used, it only has non-NULL
values in places where streams occur. NULL (nodata) cells are ignored, zero and
@@ -51,7 +51,7 @@
g.region -p -a rast=elevation align=elevation
r.watershed elevation=elevation threshold=10000 drainage=dirs stream=streams
r.stream.slope dir=dirs elevation=elevation difference=downstream_elev_difference \
-gradient=downstream_gradient maxcurv=downstream_maxcurv mincurv=downstream_mincurv
+ gradient=downstream_gradient maxcurv=downstream_maxcurv mincurv=downstream_mincurv
</pre></div>
<h2>SEE ALSO</h2>
More information about the grass-commit
mailing list