[GRASS-SVN] r57151 - grass-addons/grass7/raster/r.stream.extract

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jul 15 08:38:18 PDT 2013


Author: mmetz
Date: 2013-07-15 08:38:18 -0700 (Mon, 15 Jul 2013)
New Revision: 57151

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

Modified: grass-addons/grass7/raster/r.stream.extract/r.stream.extract.html
===================================================================
--- grass-addons/grass7/raster/r.stream.extract/r.stream.extract.html	2013-07-15 15:28:03 UTC (rev 57150)
+++ grass-addons/grass7/raster/r.stream.extract/r.stream.extract.html	2013-07-15 15:38:18 UTC (rev 57151)
@@ -2,13 +2,13 @@
 
 <em>r.stream.extract</em> extracts streams in both raster and vector
 format from a required input <em>elevation</em> map and optional input
-<em>accumulation map</em>.
+<em>accumulation</em> map.
 
 <h2>OPTIONS</h2>
 
 <dl>
 <dt><em>elevation</em> 
-<dd>Input map, required: Elevation on which entire analysis is based.
+<dd>Input map, required: Elevation on which the entire analysis is based.
 NULL (nodata) cells are ignored, zero and negative values are valid
 elevation data. Gaps in the elevation map that are located within the
 area of interest must be filled beforehand, e.g. with
@@ -73,8 +73,8 @@
 
 <p>
 <dt><em>stream_rast</em>
-<dd>Output raster map with extracted streams. Cell values encode unique
-ID for each stream segment.
+<dd>Output raster map with extracted streams. Cell values encode a 
+unique ID for each stream segment.
 <p>
 <dt><em>stream_vect</em>
 <dd>Output vector map with extracted stream segments and points. Points



More information about the grass-commit mailing list