SAGA-GIS Tool Library Documentation (v9.2.0)

Tool Terrain Surface Texture

Terrain surface texture as proposed by Iwahashi & Pike (2007) for subsequent terrain classification.


References


Parameters

 NameTypeIdentifierDescriptionConstraints
InputElevationgrid, inputDEM--
OutputTexturegrid, outputTEXTURE--
OptionsGrid Systemgrid systemPARAMETERS_GRID_SYSTEM--
Flat Area Thresholdfloating point numberEPSILONmaximum difference between original and median filtered elevation (3x3 moving window) that still is recognized flatMinimum: 0.000000
Default: 1.000000
Scale (Cells)integer numberSCALE-Minimum: 1
Default: 10
MethodchoiceMETHOD-Available Choices:
[0] counting cells
[1] resampling
Default: 1
Weighting FunctionchoiceDW_WEIGHTING-Available Choices:
[0] no distance weighting
[1] inverse distance to a power
[2] exponential
[3] gaussian
Default: 0
Powerfloating point numberDW_IDW_POWER-Minimum: 0.000000
Default: 2.000000
Bandwidthfloating point numberDW_BANDWIDTHBandwidth for exponential and Gaussian weightingMinimum: 0.000000
Default: 1.000000

Command-line

Usage: saga_cmd ta_morphometry 20 [-DEM <str>] [-TEXTURE <str>] [-EPSILON <double>] [-SCALE <num>] [-METHOD <str>] [-DW_WEIGHTING <str>] [-DW_IDW_POWER <double>] [-DW_BANDWIDTH <double>]
  -DEM:<str>            	Elevation
	grid, input
  -TEXTURE:<str>        	Texture
	grid, output
  -EPSILON:<double>     	Flat Area Threshold
	floating point number
	Minimum: 0.000000
	Default: 1.000000
  -SCALE:<num>          	Scale (Cells)
	integer number
	Minimum: 1
	Default: 10
  -METHOD:<str>         	Method
	choice
	Available Choices:
	[0] counting cells
	[1] resampling
	Default: 1
  -DW_WEIGHTING:<str>   	Weighting Function
	choice
	Available Choices:
	[0] no distance weighting
	[1] inverse distance to a power
	[2] exponential
	[3] gaussian
	Default: 0
  -DW_IDW_POWER:<double>	Power
	floating point number
	Minimum: 0.000000
	Default: 2.000000
  -DW_BANDWIDTH:<double>	Bandwidth
	floating point number
	Minimum: 0.000000
	Default: 1.000000