SAGA 9.3.3 | Tool Library Documentation

Summit Extraction


Description

This is a simple summit detection tool, e.g. for the analysis of Digital Elevation Models. It calculates the distance above a trend surface (using either the grid resampling filter or the topographic position index) to decide, if a local maximum in the input surface grid represents a summit.


Parameters

 NameTypeIdentifierDescriptionConstraints
InputSurfacegrid, inputSURFACE--
OutputSummitsshapes, outputSUMMITS--
OptionsGrid systemgrid systemSURFACE_GRIDSYSTEM--
Trend SurfacechoiceMETHOD-Available Choices: [0] Resampling Filter [1] Topographic Position Index (TPI) Default: 0
Scalefloating point numberSCALE_FILTERThe scale (expressed as number of input grid cells) at which the trend surface will be created.Minimum: 1.000000 Default: 10.000000
Scalefloating point numberSCALE_TPIThe scale (expressed as map units) at which the trend surface will be created.Minimum: 1.000000 Default: 300.000000
Thresholdfloating point numberTHRESHOLDThe minimum distance above the trend surface for summit cells.Minimum: 0.000000 Default: 10.000000

Command Line


Usage: saga_cmd ta_morphometry summits [-SURFACE ] [-SUMMITS ] [-METHOD ] [-SCALE_FILTER ] [-SCALE_TPI ] [-THRESHOLD ]
  -SURFACE:        	Surface
	grid, input
  -SUMMITS:        	Summits
	shapes, output
  -METHOD:         	Trend Surface
	choice
	Available Choices:
	[0] Resampling Filter
	[1] Topographic Position Index (TPI)
	Default: 0
  -SCALE_FILTER:	Scale
	floating point number
	Minimum: 1.000000
	Default: 10.000000
  -SCALE_TPI:   	Scale
	floating point number
	Minimum: 1.000000
	Default: 300.000000
  -THRESHOLD:   	Threshold
	floating point number
	Minimum: 0.000000
	Default: 10.000000