.TH r.param.scale 1 "" "" "" ""   .SH NAME \*Lr.param.scale\*O - GRASS module that extracts terrain parameters from a DEM. Uses a multi-scalar approach by taking fitting quadratic parameters to any size window (via least squares). .SH Usage: \*Lr.param.scale\*O [-c] \*Lin=\*Oname \*Lout=\*Oname [\*Ls_tol=\*Ovalue] [\*Lc_tol=\*Ovalue] [\*Lsize=\*Ovalue] [\*Lparam=\*Oname] [\*Lexp=\*Ovalue] [\*Lzscale=\*Ovalue] .br   .SH Flags: -c Constrain model through central window cell .SH Parameters: .PP \*L in \*ORaster surface layer to process .PP \*L out \*OOutput raster layer containing morphometric parameter .PP \*L s_tol\*O Slope tolerance that defines a `flat' surface (degrees) .br default: 1.0 .PP \*L c_tol\*O Curvature tolerance that defines `planar' surface .br default: 1.0 .PP \*L size \*OSize of processing window (odd number only) .br default: 3 .PP \*L param\*O Morphometric parameter to calculate .br options: elev,slope,aspect,profc,planc,longc,crosc,minic,maxic, feature .br default: elev .PP \*L exp\*O Exponent for distance weighting (0.0-4.0) .br default: 0.0 .PP \*L zscale\*O Vertical scaling factor .br default: 1.0 .PP   .PP \*L\*Wr.param.scale can calculate the following:\*O\*O .PP  elev: Generalised elevation value. .PP  slope: Maximum gradient at a point. .PP  aspect: Direction of maximum gradient. .PP  profc: Profile convexity (vertical in direction of steepest slope). .PP  planc: Plan convexity (contour curvature). .PP  crosc: Cross sectional convexity (tangent to contours, downslope). .PP  longc: Longitudinal convexity (perpendicular to contours downslope). .PP  minic: Minimum convexity. .PP  maxic: Maximum convexity. .PP  features: Morphometric features: .br                   peaks, ridges, passes, channels, pits and planes. .br   .SH HISTORY \*C .DSModified to include constrained fitting.  Jo Wood, April, 1995  ------- Modified to include weighting matrix and double precision arithmetic. Jo Wood, 9th May, 1995. ------- Modified to include two separate tolerance values for feature detection. Jo Wood, 23rd May, 1995. .SH Still to do Fix bug when `constrain through central cell' option selected. Create colour tables for all output files (presently only on features).

.SH SEE ALSO \*Wd.param.scale .PP See also Java Code in \*LLandSerf that implements the same procedure 

\*Ljwo@le.ac.uk\*O .br \*LASSIST's home\*O .SH REFERENCE Wood, J. (1996): The Geomorphological characterisation of Digital Elevation Models. Diss., Department of Geography, University of Leicester, U.K. .br online at: .br www.geog.le.ac.uk/jwo/research/dem_char/thesis/index.html