Browse Source

r.param.scale: manual cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@59748 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 11 years ago
parent
commit
b808cdb30b
2 changed files with 28 additions and 23 deletions
  1. 1 1
      raster/r.param.scale/interface.c
  2. 27 22
      raster/r.param.scale/r.param.scale.html

+ 1 - 1
raster/r.param.scale/interface.c

@@ -72,7 +72,7 @@ void interface(int argc, char **argv)
     /* a 'type' (eg int, or string), and an indication whether manditory or not */
 
     rast_out->description =
-	_("Output raster layer containing morphometric parameter");
+	_("Name for output raster map containing morphometric parameter");
 
     tol1_val->key = "s_tol";
     tol1_val->description =

+ 27 - 22
raster/r.param.scale/r.param.scale.html

@@ -1,6 +1,6 @@
 <h2>DESCRIPTION</h2>
 
-<b>r.param.scale</b> extracts terrain parameters from a DEM. Uses a
+<em>r.param.scale</em> extracts terrain parameters from a digital elevation model. Uses a
 multi-scale approach by fitting a bivariate quadratic polynomial to a given
 window size using least squares.
 
@@ -19,29 +19,29 @@ scale)</li>
 <i>aspect</i>: Direction of maximum gradient (steepest slope direction=flow direction)</li>
 
 <li>
-<i>profc</i> or profile curvature (curvature intersecting with the plane
+<i>profc</i>: profile curvature (curvature intersecting with the plane
 defined by <i>Z</i> axis and maximum gradient direction). Positive values
 describe convex profile curvature, negative values concave profile
 curvature.</li>
 
 <li>
-<i>planc</i> or plan curvature (horizontal curvature, intersecting with
+<i>planc</i>: plan curvature (horizontal curvature, intersecting with
 the <i>XY</i> plane)</li>
 
 <li>
-<i>longc</i> or longitudinal curvature (profile curvature intersecting
+<i>longc</i>: longitudinal curvature (profile curvature intersecting
 with the plane defined by the surface normal and maximum gradient direction)</li>
 
 <li>
-<i>crosc</i> or cross-sectional curvature (tangential curvature intersecting
+<i>crosc</i>: cross-sectional curvature (tangential curvature intersecting
 with the plane defined by the surface normal and a tangent to the contour
 - perpendicular to maximum gradient direction)</li>
 
 <li>
-<i>maxic</i> or maximum curvature (can be in any direction)</li>
+<i>maxic</i>: maximum curvature (can be in any direction)</li>
 
 <li>
-<i>minic</i> or minimum curvature (in direction perpendicular to the direction
+<i>minic</i>: minimum curvature (in direction perpendicular to the direction
 of of maximum curvature)</li>
 
 <!--
@@ -66,12 +66,7 @@ downslope) is stored as (West is 0 degree, East is +/- 180 degree):
 </ul>
 
 Note that the aspect map is calculated differently from
-<a href="r.slope.aspect.html">r.slope.aspect</a>.
-
-<h2>Still to do</h2>
-
-Fix bug when `constrain through central cell' option selected. Create color
-tables for all output files (presently only on features).
+<em><a href="r.slope.aspect.html">r.slope.aspect</a></em>.
 
 <h2>EXAMPLE</h2>
 
@@ -87,14 +82,10 @@ r.param.scale in=elevation.10m output=morphology param=feature size=9
 <i>Geomorphological map of a subregion in the Spearfish (SD) area</i>
 </center>
 
+<h2>TODO</h2>
 
-<h2>SEE ALSO</h2>
-<!-- not ported to GRASS 6 due to non-GPLness of numerical recipes.
-<i><a href="d.param.scale.html">d.param.scale</a></i>
--->
-<p>Java Code in
-<a href="http://www.geog.le.ac.uk/jwo/research/LandSerf">LandSerf</a>
-that implements the same procedure
+Fix bug when `constrain through central cell' option selected. Create color
+tables for all output files (presently only on features).
 
 <h2>REFERENCE</h2>
 
@@ -104,7 +95,20 @@ Models. Diss., Department of Geography, University of Leicester, U.K.
 <br>online at:
 <br><a href="http://www.soi.city.ac.uk/~jwo/phd/">http://www.soi.city.ac.uk/~jwo/phd/</a>
 
-<h2>AUTHOR</h2>
+<p>Java Code in
+<a href="http://www.geog.le.ac.uk/jwo/research/LandSerf">LandSerf</a>
+that implements the same procedure
+
+<h2>SEE ALSO</h2>
+<!-- not ported to GRASS 6 due to non-GPLness of numerical recipes.
+<i><a href="d.param.scale.html">d.param.scale</a></i>
+-->
+
+<em>
+  <a href="r.slope.aspect.html">r.slope.aspect</a>
+</em>
+
+<h2>AUTHORS</h2>
 
 <address>
 <a href="MAILTO:jwo@le.ac.uk">jwo@le.ac.uk</a>
@@ -112,4 +116,5 @@ Models. Diss., Department of Geography, University of Leicester, U.K.
 
 <p>Update to FP 3/2002: L. Potrich, M. Neteler, S. Menegon (ITC-irst)
 
-<p><i>Last changed: $Date$</i>
+<p>
+<i>Last changed: $Date$</i>