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

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Feb 26 11:36:04 EST 2008


Author: epatton
Date: 2008-02-26 11:36:04 -0500 (Tue, 26 Feb 2008)
New Revision: 30357

Modified:
   grass/trunk/raster/r.clump/description.html
Log:
Remove obsolete reference to old parser interface; html tag cosmetics

Modified: grass/trunk/raster/r.clump/description.html
===================================================================
--- grass/trunk/raster/r.clump/description.html	2008-02-26 14:02:00 UTC (rev 30356)
+++ grass/trunk/raster/r.clump/description.html	2008-02-26 16:36:04 UTC (rev 30357)
@@ -1,26 +1,24 @@
-<H2>DESCRIPTION</H2>
+<h2>DESCRIPTION</h2>
 
-<EM>r.clump</EM> finds all areas of contiguous cell category values in the
-input raster map layer <EM>name.</EM> It assigns a unique category value
+<em>r.clump</em> finds all areas of contiguous cell category values in the
+input raster map layer <em>name.</em> It assigns a unique category value
 to each such area ("clump") in the resulting output raster map layer
-<EM>name.</EM> If the user does not provide input and output map layer
-names on the command line, the program will prompt the user for these names,
-using the standard <A HREF="parser.html">parser</A> interface.
+<em>name.</em> 
 
 Category distinctions in the input raster map layer are preserved.  This
 means that if distinct category values are adjacent, they will NOT be
-clumped together.  (The user can run <EM><A
-HREF="r.reclass.html">r.reclass</A></EM> prior to <EM>r.clump</EM> to
+clumped together.  (The user can run <em><A
+HREF="r.reclass.html">r.reclass</a></em> prior to <em>r.clump</em> to
 recategorize cells and reassign cell category values.)
 
-<H2>NOTES</H2>
+<h2>NOTES</h2>
 
-<EM>r.clump</EM> moves a 2x2 matrix over the input raster map layer. 
+<em>r.clump</em> moves a 2x2 matrix over the input raster map layer. 
 The lower right-hand corner of the matrix is grouped with the cells above it, 
 or to the left of it (diagonal cells are not considered.) 
-<P>
+<p>
 
-<EM>r.clump</EM> works properly with raster map layers that
+<em>r.clump</em> works properly with raster map layers that
 contain only "fat" areas (more than a single cell in
 width).  Linear elements (lines that are a single cell
 wide) may or may not be clumped together depending on the
@@ -29,25 +27,25 @@
 of cells are not considered to be contiguous and are broken
 up into separate clumps.
 
-<P> 
+<p> 
 
 A random color table and other support files are
-generated for the <EM>output</EM> raster map layer.
+generated for the <em>output</em> raster map layer.
 
-<H2>SEE ALSO</H2>
+<h2>SEE ALSO</h2>
 
-<EM><A HREF="r.average.html">r.average</A></EM><br>
-<EM><A HREF="r.buffer.html">r.buffer</A></EM><br>
-<EM><A HREF="r.grow.html">r.grow</A><br></EM><br>
-<EM><A HREF="r.mapcalc.html">r.mapcalc</A></EM><br>
-<EM><A HREF="r.mfilter.html">r.mfilter</A></EM><br>
-<EM><A HREF="r.neighbors.html">r.neighbors</A></EM><br>
-<EM><A HREF="r.to.vect.html">r.to.vect</A></EM><br>
-<EM><A HREF="r.reclass.html">r.reclass</A></EM><br>
-<EM><A HREF="r.statistics.html">r.statistics</A></EM><br>
-<EM><A HREF="r.support.html">r.support</A></EM>
+<em><a href="r.average.html">r.average</a></em><br>
+<em><a href="r.buffer.html">r.buffer</a></em><br>
+<em><a href="r.grow.html">r.grow</a><br></em><br>
+<em><a href="r.mapcalc.html">r.mapcalc</a></em><br>
+<em><a href="r.mfilter.html">r.mfilter</a></em><br>
+<em><a href="r.neighbors.html">r.neighbors</a></em><br>
+<em><a href="r.to.vect.html">r.to.vect</a></em><br>
+<em><a href="r.reclass.html">r.reclass</a></em><br>
+<em><a href="r.statistics.html">r.statistics</a></em><br>
+<em><a href="r.support.html">r.support</a></em>
 
-<H2>AUTHOR</H2>
+<h2>AUTHOR</h2>
 
 Michael Shapiro, U.S. Army Construction Engineering 
 Research Laboratory



More information about the grass-commit mailing list