[GRASS-SVN] r68565 - grass/trunk/raster/r.clump

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jun 1 12:49:08 PDT 2016


Author: neteler
Date: 2016-06-01 12:49:08 -0700 (Wed, 01 Jun 2016)
New Revision: 68565

Modified:
   grass/trunk/raster/r.clump/r.clump.html
Log:
r.clump manual: define computational region in example

Modified: grass/trunk/raster/r.clump/r.clump.html
===================================================================
--- grass/trunk/raster/r.clump/r.clump.html	2016-06-01 18:39:00 UTC (rev 68564)
+++ grass/trunk/raster/r.clump/r.clump.html	2016-06-01 19:49:08 UTC (rev 68565)
@@ -72,6 +72,7 @@
 <p>
 Perform fuzzy clumping on Landsat 7 2002 imagery (North Carolina sample dataset)
 <div class="code"><pre>
+g.region raster=lsat7_2002_10 -p
 r.clump in=lsat7_2002_10,lsat7_2002_20,lsat7_2002_30,lsat7_2002_40,lsat7_2002_50,lsat7_2002_70 \
         out=lsat7_2002_clump_4 threshold=0.045
 </pre></div>
@@ -82,7 +83,7 @@
 <a href="r.average.html">r.average</a>,
 <a href="r.buffer.html">r.buffer</a>,
 <a href="r.distance.html">r.distance</a>,
-<a href="r.grow.html">r.grow</a>
+<a href="r.grow.html">r.grow</a>,
 <a href="r.mapcalc.html">r.mapcalc</a>,
 <a href="r.mfilter.html">r.mfilter</a>,
 <a href="r.neighbors.html">r.neighbors</a>,



More information about the grass-commit mailing list