SAGA 9.7.1 | Tool Library Documentation

Select by Numerical Expression


Description

Selects records for which the expression evaluates to non-zero. The expression syntax is the same as the one for the table calculator. If an attribute field is selected, the expression evaluates only this attribute, which can be addressed with the letter 'x' in the expression formula. If no attribute is selected, attributes are addressed by the character 'f' (for 'field') followed by the field number (i.e.: f1, f2, ..., fn) or by the field in quota (e.g.: "Field Name"). Examples:


Parameters

 NameTypeIdentifierDescriptionConstraints
InputTabletable, inputTABLE--
OutputCopyshapes, outputCOPY--
OptionsAttributetable fieldFIELDattribute to be searched; if not set all attributes will be searched-
ExpressiontextEXPRESSION-Default: f1 > 0
InversebooleanINVERSE-Default: 0
Use No-DatabooleanUSE_NODATA-Default: 0
MethodchoiceMETHOD-Available Choices: [0] new selection [1] add to current selection [2] select from current selection [3] remove from current selection Default: 0
Post JobchoicePOSTJOB-Available Choices: [0] none [1] copy [2] move [3] delete Default: 0

Command Line


Usage: saga_cmd table_tools 18 [-TABLE ] [-FIELD ] [-EXPRESSION ] [-INVERSE ] [-USE_NODATA ] [-METHOD ] [-POSTJOB ] [-COPY ]
  -TABLE:     	Table
	table, input
  -FIELD:     	Attribute
	table field
  -EXPRESSION:	Expression
	text
	Default: f1 > 0
  -INVERSE:   	Inverse
	boolean
	Default: 0
  -USE_NODATA:	Use No-Data
	boolean
	Default: 0
  -METHOD:    	Method
	choice
	Available Choices:
	[0] new selection
	[1] add to current selection
	[2] select from current selection
	[3] remove from current selection
	Default: 0
  -POSTJOB:   	Post Job
	choice
	Available Choices:
	[0] none
	[1] copy
	[2] move
	[3] delete
	Default: 0
  -COPY:      	Copy
	shapes, output