SAGA 9.3.3 | Tool Library Documentation

Simple Filter


Description

Simple standard filters for grid collections.


Parameters

 NameTypeIdentifierDescriptionConstraints
InputGrid Collectiongrid collection, inputINPUT--
OutputFilteredgrid collection, output, optionalOUTPUTIf not set input will be replaced by output.-
Filteredgrid collection, outputOUTPUT_FLOAT--
OptionsGrid Systemgrid systemGRID_SYSTEM--
Keep Input Data DepthbooleanKEEP_DEPTHOutput will have same data depth as input.Default: 0
FilterchoiceMETHOD-Available Choices: [0] Smooth [1] Sharpen [2] Edge Default: 0
Kernel TypechoiceKERNEL_TYPE-Available Choices: [0] Square [1] Circle Default: 0
Kernel Radiusinteger numberKERNEL_RADIUS-Default: 2

Command Line


Usage: saga_cmd grids_tools filter_simple [-INPUT ] [-OUTPUT ] [-OUTPUT_FLOAT ] [-KEEP_DEPTH ] [-METHOD ] [-KERNEL_TYPE ] [-KERNEL_RADIUS ]
  -INPUT:        	Grid Collection
	grid collection, input
  -OUTPUT:       	Filtered
	grid collection, output, optional
  -OUTPUT_FLOAT: 	Filtered
	grid collection, output
  -KEEP_DEPTH:   	Keep Input Data Depth
	boolean
	Default: 0
  -METHOD:       	Filter
	choice
	Available Choices:
	[0] Smooth
	[1] Sharpen
	[2] Edge
	Default: 0
  -KERNEL_TYPE:  	Kernel Type
	choice
	Available Choices:
	[0] Square
	[1] Circle
	Default: 0
  -KERNEL_RADIUS:	Kernel Radius
	integer number
	Default: 2