Module Terrain Surface Classification
- Author: O.Conrad (c) 2012
 
- Specification: grid
 
- Menu: Terrain Analysis|Terrain Classification
 
Parameters
|   | Name | Type | Identifier | Description | Constraints | 
| Input | Elevation | Grid (input) | DEM | - | - | 
 | Slope (*) | Grid (optional input) | SLOPE | - | - | 
 | Convexity (*) | Grid (optional input) | CONVEX | - | - | 
 | Texture (*) | Grid (optional input) | TEXTURE | - | - | 
| Output | Landforms | Grid (output) | LANDFORMS | - | - | 
| Options | Number of Classes | Choice | TYPE | - | Available Choices: [0] 8 [1] 12 [2] 16 Default: 0 | 
| (*) optional | 
Command-line
Usage: saga_cmd ta_morphometry 22 -DEM <str> [-SLOPE <str>] [-CONVEX <str>] [-TEXTURE <str>] [-LANDFORMS <str>] [-TYPE <str>]
  -DEM:<str>      	Elevation
	Grid (input)
  -SLOPE:<str>    	Slope
	Grid (optional input)
  -CONVEX:<str>   	Convexity
	Grid (optional input)
  -TEXTURE:<str>  	Texture
	Grid (optional input)
  -LANDFORMS:<str>	Landforms
	Grid (output)
  -TYPE:<str>     	Number of Classes
	Choice
	Available Choices:
	[0] 8
	[1] 12
	[2] 16
	Default: 0