Module Fuzzy Landform Element Classification
Algorithm for derivation of form elements according to slope, maximum curvature, minimum curvature, profile curvature, tangential curvature, based on a linear semantic import model for slope and curvature and a fuzzy classification Based on the AML script 'felementf' by Jochen Schmidt, Landcare Research.
- Author: O.Conrad (c) 2013
- Specification: grid
- Menu: Terrain Analysis|Terrain Classification
Parameters
Name | Type | Identifier | Description | Constraints | |
---|---|---|---|---|---|
Input | Slope | Grid (input) | SLOPE | - | - |
Minimum Curvature | Grid (input) | MINCURV | - | - | |
Maximum Curvature | Grid (input) | MAXCURV | - | - | |
Profile Curvature | Grid (input) | PCURV | - | - | |
Tangential Curvature | Grid (input) | TCURV | - | - | |
Output | Plain (*) | Grid (optional output) | PLAIN | - | - |
Pit (*) | Grid (optional output) | PIT | - | - | |
Peak (*) | Grid (optional output) | PEAK | - | - | |
Ridge (*) | Grid (optional output) | RIDGE | - | - | |
Channel (*) | Grid (optional output) | CHANNEL | - | - | |
Saddle (*) | Grid (optional output) | SADDLE | - | - | |
Back Slope (*) | Grid (optional output) | BSLOPE | - | - | |
Foot Slope (*) | Grid (optional output) | FSLOPE | - | - | |
Shoulder Slope (*) | Grid (optional output) | SSLOPE | - | - | |
Hollow (*) | Grid (optional output) | HOLLOW | - | - | |
Foot Hollow (*) | Grid (optional output) | FHOLLOW | - | - | |
Shoulder Hollow (*) | Grid (optional output) | SHOLLOW | - | - | |
Spur (*) | Grid (optional output) | SPUR | - | - | |
Foot Spur (*) | Grid (optional output) | FSPUR | - | - | |
Shoulder Spur (*) | Grid (optional output) | SSPUR | - | - | |
Landform | Grid (output) | FORM | - | - | |
Maximum Membership | Grid (output) | MEM | - | - | |
Entropy | Grid (output) | ENTROPY | - | - | |
Confusion Index | Grid (output) | CI | - | - | |
Options | Slope Grid Units | Choice | SLOPETODEG | - | Available Choices: [0] degree [1] radians Default: 0 |
Slope Thresholds [Degree] | Value range | T_SLOPE | lower and upper thresholds for semantic import model, planar vs. sloped areas | - | |
Curvature Thresholds [1 / m] | Value range | T_CURVE | lower and upper thresholds for semantic import model, straight vs. curved areas | - | |
(*) optional |
Command-line
Usage: saga_cmd ta_morphometry 25 -SLOPE <str> -MINCURV <str> -MAXCURV <str> -PCURV <str> -TCURV <str> [-PLAIN <str>] [-PIT <str>] [-PEAK <str>] [-RIDGE <str>] [-CHANNEL <str>] [-SADDLE <str>] [-BSLOPE <str>] [-FSLOPE <str>] [-SSLOPE <str>] [-HOLLOW <str>] [-FHOLLOW <str>] [-SHOLLOW <str>] [-SPUR <str>] [-FSPUR <str>] [-SSPUR <str>] [-FORM <str>] [-MEM <str>] [-ENTROPY <str>] [-CI <str>] [-SLOPETODEG <str>] [-T_SLOPE_MIN <str>] [-T_SLOPE_MAX <str>] [-T_CURVE_MIN <str>] [-T_CURVE_MAX <str>] -SLOPE:<str> Slope Grid (input) -MINCURV:<str> Minimum Curvature Grid (input) -MAXCURV:<str> Maximum Curvature Grid (input) -PCURV:<str> Profile Curvature Grid (input) -TCURV:<str> Tangential Curvature Grid (input) -PLAIN:<str> Plain Grid (optional output) -PIT:<str> Pit Grid (optional output) -PEAK:<str> Peak Grid (optional output) -RIDGE:<str> Ridge Grid (optional output) -CHANNEL:<str> Channel Grid (optional output) -SADDLE:<str> Saddle Grid (optional output) -BSLOPE:<str> Back Slope Grid (optional output) -FSLOPE:<str> Foot Slope Grid (optional output) -SSLOPE:<str> Shoulder Slope Grid (optional output) -HOLLOW:<str> Hollow Grid (optional output) -FHOLLOW:<str> Foot Hollow Grid (optional output) -SHOLLOW:<str> Shoulder Hollow Grid (optional output) -SPUR:<str> Spur Grid (optional output) -FSPUR:<str> Foot Spur Grid (optional output) -SSPUR:<str> Shoulder Spur Grid (optional output) -FORM:<str> Landform Grid (output) -MEM:<str> Maximum Membership Grid (output) -ENTROPY:<str> Entropy Grid (output) -CI:<str> Confusion Index Grid (output) -SLOPETODEG:<str> Slope Grid Units Choice Available Choices: [0] degree [1] radians Default: 0 -T_SLOPE_MIN:<str> Slope Thresholds [Degree] Value range -T_SLOPE_MAX:<str> Slope Thresholds [Degree] Value range -T_CURVE_MIN:<str> Curvature Thresholds [1 / m] Value range -T_CURVE_MAX:<str> Curvature Thresholds [1 / m] Value range