[GRASS-SVN] r58236 - in grass/branches/releasebranch_6_4/raster: r.buffer r.clump r.distance r.grow.distance r.grow2

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Nov 16 09:04:47 PST 2013


Author: neteler
Date: 2013-11-16 09:04:46 -0800 (Sat, 16 Nov 2013)
New Revision: 58236

Modified:
   grass/branches/releasebranch_6_4/raster/r.buffer/description.html
   grass/branches/releasebranch_6_4/raster/r.clump/description.html
   grass/branches/releasebranch_6_4/raster/r.distance/description.html
   grass/branches/releasebranch_6_4/raster/r.grow.distance/description.html
   grass/branches/releasebranch_6_4/raster/r.grow2/description.html
Log:
manual: more cross-references

Modified: grass/branches/releasebranch_6_4/raster/r.buffer/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.buffer/description.html	2013-11-16 17:04:06 UTC (rev 58235)
+++ grass/branches/releasebranch_6_4/raster/r.buffer/description.html	2013-11-16 17:04:46 UTC (rev 58236)
@@ -78,13 +78,13 @@
 of meters):  0-100, 101-200, 201-300, 301-400 and 401-500.
 <br>
 <div class="code"><pre>
-<b>r.buffer input=</b>roads <b>output=</b>roads.buf <b>distances=</b>100,200,300,400,500
+r.buffer input=roads output=roads.buf distances=100,200,300,400,500
 </pre></div>
 
 Result:
 
 <div class="code"><pre>
-<b>r.category input=</b>roads.buf
+r.category input=roads.buf
 
       1       distances calculated from these locations
       2       0-100 meters
@@ -97,13 +97,19 @@
 <h2>SEE ALSO</h2>
 
 <em>
-<a href="g.region.html">g.region</a><br>
-<a href="r.cost.html">r.cost</a><br>
-<a href="r.mapcalc.html">r.mapcalc</a><br>
-<a href="r.reclass.html">r.reclass</a><br>
+<a href="r.grow.html">r.grow</a>,
 <a href="v.buffer.html">v.buffer</a>
 </em>
 
+<p>
+<em>
+<a href="g.region.html">g.region</a>,
+<a href="r.cost.html">r.cost</a>,
+<a href="r.distance.html">r.distance</a>,
+<a href="r.grow.distance.html">r.grow.distance</a>,
+<a href="r.mapcalc.html">r.mapcalc</a>,
+<a href="r.reclass.html">r.reclass</a>
+</em>
 
 <h2>AUTHORS</h2>
 

Modified: grass/branches/releasebranch_6_4/raster/r.clump/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.clump/description.html	2013-11-16 17:04:06 UTC (rev 58235)
+++ grass/branches/releasebranch_6_4/raster/r.clump/description.html	2013-11-16 17:04:46 UTC (rev 58236)
@@ -1,53 +1,56 @@
 <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
-to each such area ("clump") in the resulting output raster map layer
-<em>name.</em> 
+<em>r.clump</em> finds all areas of contiguous cell category values in
+the input raster map. It assigns a unique category value to each such
+area ("clump") in the resulting output raster map.
 
-Category distinctions in the input raster map layer are preserved.  This
+<p>
+Category distinctions in the input raster map 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
-recategorize cells and reassign cell category values.)
+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>
 
-<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.) 
+<em>r.clump</em> moves a 2x2 matrix over the input raster map. 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>
+<em>r.clump</em> works properly with raster map 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 direction of the line - horizontal and
+vertical lines of cells are considered to be contiguous, but diagonal
+lines of cells are not considered to be contiguous and are broken up
+into separate clumps.
 
-<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
-direction of the line - horizontal and vertical lines of
-cells are considered to be contiguous, but diagonal lines
-of cells are not considered to be contiguous and are broken
-up into separate clumps.
+<p>
+A random color table and other support files are generated for the
+output raster map.
 
-<p> 
-
-A random color table and other support files are
-generated for the <em>output</em> raster map layer.
-
 <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>,
+<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.mapcalc.html">r.mapcalc</a>,
+<a href="r.mfilter.html">r.mfilter</a>,
+<a href="r.neighbors.html">r.neighbors</a>,
+<a href="r.to.vect.html">r.to.vect</a>,
+<a href="r.reclass.html">r.reclass</a>,
+<a href="r.statistics.html">r.statistics</a>,
+<a href="r.support.html">r.support</a>
+</em>
 
 <h2>AUTHOR</h2>
 
-Michael Shapiro, U.S. Army Construction Engineering 
-Research Laboratory
+Michael Shapiro, U.S. Army Construction Engineering Research
+Laboratory
 
-<p><i>Last changed: $Date$</i>
+<p>
+<i>Last changed: $Date$</i>

Modified: grass/branches/releasebranch_6_4/raster/r.distance/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.distance/description.html	2013-11-16 17:04:06 UTC (rev 58235)
+++ grass/branches/releasebranch_6_4/raster/r.distance/description.html	2013-11-16 17:04:46 UTC (rev 58236)
@@ -6,8 +6,7 @@
 The cell centers are considered for the distance calculation (two
 adjacent grid cells have the distance between their cell centers).
 <p>
-
-The output is an ascii list, one line per pair of objects, in the following form:
+The output is an ASCII list, one line per pair of objects, in the following form:
 <div class="code"><pre>
 cat1:cat2:distance:east1:north1:east2:north2
 </pre></div>
@@ -44,24 +43,34 @@
 awk and then into <em>d.graph</em>:
 <p>
 
-<div class="code"><pre>r.distance maps=map1,map2 | \
-awk -F: '{print "move",$4,$5,"\ndraw",$6,$7}' | d.graph -m</pre></div>
+<div class="code"><pre>
+r.distance maps=map1,map2 | \
+  awk -F: '{print "move",$4,$5,"\ndraw",$6,$7}' | d.graph -m
+</pre></div>
 
 <p>
 To create a vector map of all the "map1" coordinates, filter the output into
 awk and then into <em>v.in.ascii</em>:
 <p>
 
-<div class="code"><pre>r.distance maps=map1,map2 | \
-<br>awk -F: '{print $4,$5}' | v.in.ascii format=point output=name fs=space</pre></div>
+<div class="code"><pre>
+r.distance maps=map1,map2 | \
+  awk -F: '{print $4,$5}' | v.in.ascii format=point output=name fs=space
+</pre></div>
 
 <h2>SEE ALSO</h2>
-<em><a href="r.buffer.html">r.buffer</a></em>,
-<em><a href="r.cost.html">r.cost</a></em>,
-<em><a href="r.drain.html">r.drain</a></em>,
-<em><a href="v.distance.html">v.distance</a></em>
 
+<em>
+<a href="r.buffer.html">r.buffer</a>,
+<a href="r.cost.html">r.cost</a>,
+<a href="r.drain.html">r.drain</a>,
+<a href="r.grow.html">r.grow</a>,
+<a href="r.grow.distance.html">r.grow.distance</a>,
+<a href="v.distance.html">v.distance</a>
+</em>
+
 <h2>AUTHOR</h2>
 Michael Shapiro, U.S. Army Construction Engineering Research Laboratory
 
-<p><i>Last changed: $Date$</i>
+<p>
+<i>Last changed: $Date$</i>

Modified: grass/branches/releasebranch_6_4/raster/r.grow.distance/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.grow.distance/description.html	2013-11-16 17:04:06 UTC (rev 58235)
+++ grass/branches/releasebranch_6_4/raster/r.grow.distance/description.html	2013-11-16 17:04:46 UTC (rev 58236)
@@ -74,6 +74,7 @@
 
 <em>
 <a href="r.grow.html">r.grow</a>,
+<a href="r.distance.html">r.distance</a>,
 <a href="r.buffer.html">r.buffer</a>,
 <a href="r.cost.html">r.cost</a>,
 <a href="r.patch.html">r.patch</a>

Modified: grass/branches/releasebranch_6_4/raster/r.grow2/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.grow2/description.html	2013-11-16 17:04:06 UTC (rev 58235)
+++ grass/branches/releasebranch_6_4/raster/r.grow2/description.html	2013-11-16 17:04:46 UTC (rev 58236)
@@ -1,6 +1,5 @@
 <h2>DESCRIPTION</h2>
 
-
 <em>r.grow</em> adds cells around the perimeters of all areas
 in a user-specified raster map layer and stores the output in
 a new raster map layer. The user can use it to grow by one or
@@ -17,7 +16,6 @@
 <i>Maximum</i>. 
 
 <p>
-
 The <i>Euclidean distance</i> or <i>Euclidean metric</i> is the "ordinary" distance 
 between two points that one would measure with a ruler, which can be 
 proven by repeated application of the Pythagorean theorem. 
@@ -74,15 +72,21 @@
 
 
 <h2>SEE ALSO</h2>
+
 <em>
-<a href="r.buffer.html">r.buffer</a>,<br>
-<a href="r.grow.distance.html">r.grow.distance</a>,<br>
+<a href="r.buffer.html">r.buffer</a>,
+<a href="r.grow.distance.html">r.grow.distance</a>
+</em>
+
+<p>
+<em>
+<a href="r.distance.html">r.distance</a>,
 <a href="r.patch.html">r.patch</a>
 </em>
 
 <p>
-<em><a href="http://en.wikipedia.org/wiki/Euclidean_metric">Wikipedia Entry: Euclidean Metric</a><br>
-<em><a href="http://en.wikipedia.org/wiki/Manhattan_metric">Wikipedia Entry: Manhattan Metric</a>
+<em><a href="http://en.wikipedia.org/wiki/Euclidean_metric">Wikipedia Entry: Euclidean Metric</a></em><br>
+<em><a href="http://en.wikipedia.org/wiki/Manhattan_metric">Wikipedia Entry: Manhattan Metric</a></em>
 
 
 <h2>AUTHORS</h2>



More information about the grass-commit mailing list