.TH r.param.scale 1grass "" "GRASS 6.4.4" "Grass User's Manual" .SH NAME \fI\fBr.param.scale\fR\fR - Extracts terrain parameters from a DEM. .br Uses a multi-scale approach by taking fitting quadratic parameters to any size window (via least squares). .SH KEYWORDS raster, geomorphology .SH SYNOPSIS \fBr.param.scale\fR .br \fBr.param.scale help\fR .br \fBr.param.scale\fR [\-\fBc\fR] \fBinput\fR=\fIname\fR \fBoutput\fR=\fIname\fR [\fBs_tol\fR=\fIfloat\fR] [\fBc_tol\fR=\fIfloat\fR] [\fBsize\fR=\fIinteger\fR] [\fBparam\fR=\fIstring\fR] [\fBexp\fR=\fIfloat\fR] [\fBzscale\fR=\fIfloat\fR] [\-\-\fBoverwrite\fR] [\-\-\fBverbose\fR] [\-\-\fBquiet\fR] .SS Flags: .IP "\fB\-c\fR" 4m .br Constrain model through central window cell .IP "\fB\-\-overwrite\fR" 4m .br Allow output files to overwrite existing files .IP "\fB\-\-verbose\fR" 4m .br Verbose module output .IP "\fB\-\-quiet\fR" 4m .br Quiet module output .PP .SS Parameters: .IP "\fBinput\fR=\fIname\fR" 4m .br Name of input raster map .IP "\fBoutput\fR=\fIname\fR" 4m .br Output raster layer containing morphometric parameter .IP "\fBs_tol\fR=\fIfloat\fR" 4m .br Slope tolerance that defines a 'flat' surface (degrees) .br Default: \fI1.0\fR .IP "\fBc_tol\fR=\fIfloat\fR" 4m .br Curvature tolerance that defines 'planar' surface .br Default: \fI0.0001\fR .IP "\fBsize\fR=\fIinteger\fR" 4m .br Size of processing window (odd number only, max: 69) .br Default: \fI3\fR .IP "\fBparam\fR=\fIstring\fR" 4m .br Morphometric parameter in 'size' window to calculate .br Options: \fIelev,slope,aspect,profc,planc,longc,crosc,minic,maxic,feature\fR .br Default: \fIelev\fR .IP "\fBexp\fR=\fIfloat\fR" 4m .br Exponent for distance weighting (0.0-4.0) .br Default: \fI0.0\fR .IP "\fBzscale\fR=\fIfloat\fR" 4m .br Vertical scaling factor .br Default: \fI1.0\fR .PP .SH DESCRIPTION \fBr.param.scale\fR extracts terrain parameters from a DEM. Uses a multi-scale approach by fitting a bivariate quadratic polynomial to a given window size using least squares. .PP The module calculates the following parameters (terminology is from Wood, 1996 with related terminology used in other GRASS modules listed in brackets): .RS .IP \fIelev\fR: Generalised elevation value (for resampling purposes at different scale) .IP \fIslope\fR: Magnitude of maximum gradient (steepest slope angle) .IP \fIaspect\fR: Direction of maximum gradient (steepest slope direction=flow direction) .IP \fIprofc\fR or profile curvature (curvature intersecting with the plane defined by \fIZ\fR axis and maximum gradient direction). Positive values describe convex profile curvature, negative values concave profile curvature. .IP \fIplanc\fR or plan curvature (horizontal curvature, intersecting with the \fIXY\fR plane) .IP \fIlongc\fR or longitudinal curvature (profile curvature intersecting with the plane defined by the surface normal and maximum gradient direction) .IP \fIcrosc\fR or 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) .IP \fImaxic\fR or maximum curvature (can be in any direction) .IP \fIminic\fR or minimum curvature (in direction perpendicular to the direction of of maximum curvature) .IP \fIfeature\fR: Morphometric features: peaks, ridges, passes, channels, pits and planes .RE .SH NOTES In \fIr.param.scale\fR the direction of maximum gradient (considered downslope) is stored as (West is 0 degree, East is +/- 180 degree): .RS .IP 0..+180 degree from West to North to East .IP 0..-180 degree from West to South to East .RE Note that the aspect map is calculated differently from r.slope.aspect. .SH Still to do Fix bug when \(gaconstrain through central cell' option selected. Create color tables for all output files (presently only on features). .SH EXAMPLE The next commands will create a geomorphological map of the Spearfish region: \fC .DS .br g.region rast=elevation.10m \-p .br r.param.scale in=elevation.10m output=morphology param=feature size=9 .br d.mon x0 .br d.rast.leg morphology .br .DE \fR .PP \fIGeomorphological map of a subregion in the Spearfish (SD) area\fR .SH SEE ALSO .PP Java Code in LandSerf that implements the same procedure .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 http://www.soi.city.ac.uk/~jwo/phd/ .SH AUTHOR jwo@le.ac.uk - ASSIST's home .PP Update to FP 3/2002: L. Potrich, M. Neteler, S. Menegon (ITC-irst) .PP \fILast changed: $Date: 2009-04-03 09:17:56 +0200 (Fri, 03 Apr 2009) $\fR .PP Full index .PP © 2003-2014 GRASS Development Team