SAGA-GIS Tool Library Documentation (v6.3.0)

Tool Find Field of Extreme Value

Identifies from the selected attributes that one, which has the maximum or respectively the minimum value.

Parameters

 NameTypeIdentifierDescriptionConstraints
InputInputTable (input)INPUT--
OutputOutput (*)Table (optional output)OUTPUT--
OptionsAttributesTable fieldsFIELDS--
Attribute (*)Table fieldEXTREME_ID--
Value (*)Table fieldEXTREME_VALUE--
TYPEChoiceTYPE-Available Choices:
[0] minimum
[1] maximum
Default: 1
Attribute IdentificationChoiceIDENTIFY-Available Choices:
[0] name
[1] index
Default: 0
(*) optional

Command-line

Usage: saga_cmd table_calculus 11 [-INPUT <str>] [-FIELDS <str>] [-EXTREME_ID <str>] [-EXTREME_VALUE <str>] [-OUTPUT <str>] [-TYPE <str>] [-IDENTIFY <str>]
  -INPUT:<str>        	Input
	Table (input)
  -FIELDS:<str>       	Attributes
	Table fields
  -EXTREME_ID:<str>   	Attribute
	Table field
  -EXTREME_VALUE:<str>	Value
	Table field
  -OUTPUT:<str>       	Output
	Table (optional output)
  -TYPE:<str>         	TYPE
	Choice
	Available Choices:
	[0] minimum
	[1] maximum
	Default: 1
  -IDENTIFY:<str>     	Attribute Identification
	Choice
	Available Choices:
	[0] name
	[1] index
	Default: 0