SAGA 9.3.3 | Tool Library Documentation

Simple Filter for Multiple Grids


Description

Apply a simple filter simultaneously to multiple grids. Demonstrates the For-Each tool chain option which easily allows to apply a single input grid tool to multiple input grids.


Parameters

 NameTypeIdentifierDescriptionConstraints
InputGridsgrid list, inputGRIDS--
OutputFiltered Gridsgrid list, outputFILTERED--
OptionsFilterchoiceMETHOD-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 grid_filter simple_filter_bulk [-GRIDS ] [-FILTERED ] [-METHOD ] [-KERNEL_TYPE ] [-KERNEL_RADIUS ]
  -GRIDS:        	Grids
	grid list, input
  -FILTERED:     	Filtered Grids
	grid list, output
  -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