Przeglądaj źródła

manual: more cross-references

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58234 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 11 lat temu
rodzic
commit
7caae01f25

+ 10 - 3
raster/r.buffer/r.buffer.html

@@ -99,12 +99,19 @@ r.category input=roads.buf
 <h2>SEE ALSO</h2>
 <h2>SEE ALSO</h2>
 
 
 <em>
 <em>
-<a href="g.region.html">g.region</a>,
 <a href="r.buffer.lowmem.html">r.buffer.lowmem</a>,
 <a href="r.buffer.lowmem.html">r.buffer.lowmem</a>,
+<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.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.mapcalc.html">r.mapcalc</a>,
-<a href="r.reclass.html">r.reclass</a>,
-<a href="v.buffer.html">v.buffer</a>
+<a href="r.reclass.html">r.reclass</a>
 </em>
 </em>
 
 
 <h2>AUTHORS</h2>
 <h2>AUTHORS</h2>

+ 2 - 4
raster/r.clump/r.clump.html

@@ -34,12 +34,10 @@ output raster map.
 <h2>SEE ALSO</h2>
 <h2>SEE ALSO</h2>
 
 
 <em>
 <em>
+<a href="r.average.html">r.average</a>,
 <a href="r.buffer.html">r.buffer</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>
-</em>
-
-<p>
-<em>
 <a href="r.mapcalc.html">r.mapcalc</a>,
 <a href="r.mapcalc.html">r.mapcalc</a>,
 <a href="r.mfilter.html">r.mfilter</a>,
 <a href="r.mfilter.html">r.mfilter</a>,
 <a href="r.neighbors.html">r.neighbors</a>,
 <a href="r.neighbors.html">r.neighbors</a>,

+ 8 - 3
raster/r.distance/r.distance.html

@@ -32,7 +32,8 @@ cat1:cat2:distance:east1:north1:east2:north2
 <b>-l</b> 
 <b>-l</b> 
 The -l flag outputs the category labels of the matched raster objects at the 
 The -l flag outputs the category labels of the matched raster objects at the 
 beginning of the line, if they exist.
 beginning of the line, if they exist.
-<p><b>-o</b>
+<p>
+<b>-o</b>
 The -o flag reports zero distance if the input rasters are overlapping.
 The -o flag reports zero distance if the input rasters are overlapping.
 <p>
 <p>
 <h2>NOTES</h2>
 <h2>NOTES</h2>
@@ -45,7 +46,8 @@ r.distance maps=map1,map2 | \
   awk -F: '{print "move",$4,$5,"\ndraw",$6,$7}' | d.graph -m
   awk -F: '{print "move",$4,$5,"\ndraw",$6,$7}' | d.graph -m
 </pre></div>
 </pre></div>
 
 
-<p>To create a vector map of all the "map1" coordinates, filter the output into
+<p>
+To create a vector map of all the "map1" coordinates, filter the output into
 awk and then into <em>v.in.ascii</em>:
 awk and then into <em>v.in.ascii</em>:
 <p>
 <p>
 <div class="code"><pre>
 <div class="code"><pre>
@@ -59,10 +61,13 @@ r.distance maps=map1,map2 | \
 <a href="r.buffer.html">r.buffer</a>,
 <a href="r.buffer.html">r.buffer</a>,
 <a href="r.cost.html">r.cost</a>,
 <a href="r.cost.html">r.cost</a>,
 <a href="r.drain.html">r.drain</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>
 <a href="v.distance.html">v.distance</a>
 </em>
 </em>
 
 
 <h2>AUTHOR</h2>
 <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>

+ 3 - 1
raster/r.grow.distance/r.grow.distance.html

@@ -74,6 +74,7 @@ r.grow.distance -m input=sea distance=dist_from_sea_geodetic metric=geodesic
 
 
 <em>
 <em>
 <a href="r.grow.html">r.grow</a>,
 <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.buffer.html">r.buffer</a>,
 <a href="r.cost.html">r.cost</a>,
 <a href="r.cost.html">r.cost</a>,
 <a href="r.patch.html">r.patch</a>
 <a href="r.patch.html">r.patch</a>
@@ -92,4 +93,5 @@ r.grow.distance -m input=sea distance=dist_from_sea_geodetic metric=geodesic
 
 
 Glynn Clements
 Glynn Clements
 
 
-<p><i>Last changed: $Date$</i>
+<p>
+<i>Last changed: $Date$</i>

+ 20 - 8
raster/r.grow/r.grow.html

@@ -26,7 +26,8 @@ The formula is given by:
 Cells grown using this metric would form isolines of distance that are
 Cells grown using this metric would form isolines of distance that are
 circular from a given point, with the distance given by the <b>radius</b>.
 circular from a given point, with the distance given by the <b>radius</b>.
 
 
-<p>The <i>Manhattan metric</i>, or <i>Taxicab geometry</i>, is a form of geometry in 
+<p>
+The <i>Manhattan metric</i>, or <i>Taxicab geometry</i>, is a form of geometry in 
 which the usual metric of Euclidean geometry is replaced by a new 
 which the usual metric of Euclidean geometry is replaced by a new 
 metric in which the distance between two points is the sum of the (absolute) 
 metric in which the distance between two points is the sum of the (absolute) 
 differences of their coordinates. The name alludes to the grid layout of 
 differences of their coordinates. The name alludes to the grid layout of 
@@ -40,13 +41,15 @@ The formula is given by:
 where cells grown using this metric would form isolines of distance that are
 where cells grown using this metric would form isolines of distance that are
 rhombus-shaped from a given point. 
 rhombus-shaped from a given point. 
 
 
-<p>The <i>Maximum metric</i> is given by the formula
+<p>
+The <i>Maximum metric</i> is given by the formula
 
 
 <div class="code"><pre>d(dx,dy) = max(abs(dx),abs(dy))</pre></div>
 <div class="code"><pre>d(dx,dy) = max(abs(dx),abs(dy))</pre></div>
 
 
 where the isolines of distance from a point are squares.
 where the isolines of distance from a point are squares.
 
 
-<p>If there are two cells which are equal candidates to grow into an empty space, 
+<p>
+If there are two cells which are equal candidates to grow into an empty space, 
 <em>r.grow</em> will choose the northernmost candidate; if there are multiple 
 <em>r.grow</em> will choose the northernmost candidate; if there are multiple 
 candidates with the same northing, the westernmost is chosen. 
 candidates with the same northing, the westernmost is chosen. 
 
 
@@ -69,13 +72,20 @@ g.remove inverse,inverse.grown
 
 
 
 
 <h2>SEE ALSO</h2>
 <h2>SEE ALSO</h2>
+
 <em>
 <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>
 <a href="r.patch.html">r.patch</a>
 </em>
 </em>
 
 
-<p><em><a href="http://en.wikipedia.org/wiki/Euclidean_metric">Wikipedia Entry: Euclidean Metric</a></em><br>
+<p>
+<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>
 <em><a href="http://en.wikipedia.org/wiki/Manhattan_metric">Wikipedia Entry: Manhattan Metric</a></em>
 
 
 
 
@@ -83,6 +93,8 @@ g.remove inverse,inverse.grown
 
 
 Marjorie Larson, 
 Marjorie Larson, 
 U.S. Army Construction Engineering Research Laboratory
 U.S. Army Construction Engineering Research Laboratory
-<p>Glynn Clements
+<p>
+Glynn Clements
 
 
-<p><i>Last changed: $Date$</i>
+<p>
+<i>Last changed: $Date$</i>