[GRASS-SVN] r59749 - grass/branches/releasebranch_7_0/raster/r.param.scale

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Apr 16 14:32:16 PDT 2014


Author: martinl
Date: 2014-04-16 14:32:16 -0700 (Wed, 16 Apr 2014)
New Revision: 59749

Modified:
   grass/branches/releasebranch_7_0/raster/r.param.scale/interface.c
   grass/branches/releasebranch_7_0/raster/r.param.scale/r.param.scale.html
Log:
r.param.scale: manual cosmetics 
               (merge r59748 from trunk)


Modified: grass/branches/releasebranch_7_0/raster/r.param.scale/interface.c
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.param.scale/interface.c	2014-04-16 21:29:50 UTC (rev 59748)
+++ grass/branches/releasebranch_7_0/raster/r.param.scale/interface.c	2014-04-16 21:32:16 UTC (rev 59749)
@@ -72,7 +72,7 @@
     /* 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 =

Modified: grass/branches/releasebranch_7_0/raster/r.param.scale/r.param.scale.html
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.param.scale/r.param.scale.html	2014-04-16 21:29:50 UTC (rev 59748)
+++ grass/branches/releasebranch_7_0/raster/r.param.scale/r.param.scale.html	2014-04-16 21:32:16 UTC (rev 59749)
@@ -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 @@
 <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,13 +66,8 @@
 </ul>
 
 Note that the aspect map is calculated differently from
-<a href="r.slope.aspect.html">r.slope.aspect</a>.
+<em><a href="r.slope.aspect.html">r.slope.aspect</a></em>.
 
-<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).
-
 <h2>EXAMPLE</h2>
 
 The next commands will create a geomorphological map of the Spearfish region:
@@ -87,14 +82,10 @@
 <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,12 +95,26 @@
 <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 at le.ac.uk">jwo at le.ac.uk</a>
 - <a href="http://www.geog.le.ac.uk/assist/index.html">ASSIST's home</a></address>
 
 <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>



More information about the grass-commit mailing list