[GRASS-SVN] r63706 - grass/trunk/raster/r.stream.extract

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Dec 24 02:59:20 PST 2014


Author: martinl
Date: 2014-12-24 02:59:20 -0800 (Wed, 24 Dec 2014)
New Revision: 63706

Modified:
   grass/trunk/raster/r.stream.extract/main.c
   grass/trunk/raster/r.stream.extract/r.stream.extract.html
Log:
r.stream.extract: stream_rast -> stream_raster & stream_vect -> stream_vector (#2409)


Modified: grass/trunk/raster/r.stream.extract/main.c
===================================================================
--- grass/trunk/raster/r.stream.extract/main.c	2014-12-24 10:56:44 UTC (rev 63705)
+++ grass/trunk/raster/r.stream.extract/main.c	2014-12-24 10:59:20 UTC (rev 63706)
@@ -142,14 +142,14 @@
     input.memory->description = _("Cache size for raster rows");
 
     output.stream_rast = G_define_standard_option(G_OPT_R_OUTPUT);
-    output.stream_rast->key = "stream_rast";
+    output.stream_rast->key = "stream_raster";
     output.stream_rast->description =
 	_("Name for output raster map with unique stream ids");
     output.stream_rast->required = NO;
     output.stream_rast->guisection = _("Output maps");
 
     output.stream_vect = G_define_standard_option(G_OPT_V_OUTPUT);
-    output.stream_vect->key = "stream_vect";
+    output.stream_vect->key = "stream_vector";
     output.stream_vect->description =
 	_("Name for output vector map with unique stream ids");
     output.stream_vect->required = NO;

Modified: grass/trunk/raster/r.stream.extract/r.stream.extract.html
===================================================================
--- grass/trunk/raster/r.stream.extract/r.stream.extract.html	2014-12-24 10:56:44 UTC (rev 63705)
+++ grass/trunk/raster/r.stream.extract/r.stream.extract.html	2014-12-24 10:59:20 UTC (rev 63706)
@@ -134,11 +134,11 @@
 segment, at confluences and at stream network outlet locations.
 
 <p>
-Output <b>stream_rast</b> raster map stores extracted streams. Cell
+Output <b>stream_raster</b> raster map stores extracted streams. Cell
 values encode a unique ID for each stream segment.
 
 <p>
-Output <b>stream_vect</b> vector map stores extracted stream segments
+Output <b>stream_vector</b> vector map stores extracted stream segments
 and points. Points are written at the start location of each stream
 segment and at the outlet of a stream network. In layer 1, categories
 are unique IDs, identical to the cell value of the raster output. The



More information about the grass-commit mailing list