Module Simple Filter within shapes
Simple standard filters for grids, evaluation within shapes.
- Author: Johan Van de Wauw, 2015
- Specification: grid
- Menu: Grid|Filter
Parameters
Name | Type | Identifier | Description | Constraints | |
---|---|---|---|---|---|
Input | Grid | Grid (input) | INPUT | - | - |
Boundaries | Shapes (input) | SHAPES | Boundaries: the simple filter will only operate on grid cells which fall in the same shape | - | |
Output | Filtered Grid (*) | Grid (optional output) | RESULT | - | - |
Options | Search Mode | Choice | MODE | - | Available Choices: [0] Square [1] Circle Default: 1 |
Filter | Choice | METHOD | - | Available Choices: [0] Smooth [1] Sharpen [2] Edge Default: 0 | |
Radius | Integer | RADIUS | - | Minimum: 1 Default: 1 | |
(*) optional |
Command-line
Usage: saga_cmd grid_filter 18 [-INPUT <str>] [-RESULT <str>] [-SHAPES <str>] [-MODE <str>] [-METHOD <str>] [-RADIUS <num>] -INPUT:<str> Grid Grid (input) -RESULT:<str> Filtered Grid Grid (optional output) -SHAPES:<str> Boundaries Shapes (input) -MODE:<str> Search Mode Choice Available Choices: [0] Square [1] Circle Default: 1 -METHOD:<str> Filter Choice Available Choices: [0] Smooth [1] Sharpen [2] Edge Default: 0 -RADIUS:<num> Radius Integer Minimum: 1 Default: 1