[GRASS-SVN] r59435 - grass-addons/grass7/raster/r.stream.channel

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Mar 27 08:48:19 PDT 2014


Author: hellik
Date: 2014-03-27 08:48:18 -0700 (Thu, 27 Mar 2014)
New Revision: 59435

Modified:
   grass-addons/grass7/raster/r.stream.channel/r.stream.channel.html
Log:
r.stream.channel: manual cosmetics

Modified: grass-addons/grass7/raster/r.stream.channel/r.stream.channel.html
===================================================================
--- grass-addons/grass7/raster/r.stream.channel/r.stream.channel.html	2014-03-27 15:36:51 UTC (rev 59434)
+++ grass-addons/grass7/raster/r.stream.channel/r.stream.channel.html	2014-03-27 15:48:18 UTC (rev 59435)
@@ -100,9 +100,9 @@
 
 <div class="code"><pre>
 g.region -p -a rast=elevation align=elevation
-r.watershed elevation=elevation threshold=10000 drainage=dirs stream=streams
-r.stream.order streams=streams direction=dirs hack=hack
-r.stream.channel streams=hack direction=dirs elevation=elevation identifier=stream_identifier distance=stream_distance gradient=stream_gradient
+r.watershed elevation=elevation threshold=10000 drainage=direction stream=streams
+r.stream.order streams=streams direction=direction hack=hack
+r.stream.channel streams=hack direction=direction elevation=elevation identifier=stream_identifier distance=stream_distance gradient=stream_gradient
 #495 is a stream identifier. May be different in different situation
 r.mapcalc stgrad=if(stream_identifier==495,float(stream_gradient),null())
 r.mapcalc stdist=if(stream_identifier==495,float(stream_distance),null())



More information about the grass-commit mailing list