Tool Average With Mask 2
Average With Mask 2 calculates average for cells specified by a mask grid. However cell excluded by the mask grid are used in the average calculation for right pixels.
- Author: Alessandro Perego
- Menu: Grid|Filter|Averages
- WIKI: http://sourceforge.net/apps/trac/saga-gis/wiki/contrib_a_perego_4
Parameters
Name | Type | Identifier | Description | Constraints | |
---|---|---|---|---|---|
Input | Input | grid, input | INPUT | This must be your input data of type grid. | - |
Mask Grid | grid, input | MASK | This grid indicates the cells you want calculate the average. | - | |
Output | AWM2 Grid | grid, output | RESULT | New grid filtered with the AvWiMa2 tool | - |
Options | Grid System | grid system | PARAMETERS_GRID_SYSTEM | - | - |
Mask value | floating point number | V | Value of right cells in the Mask Grid | Default: 1.000000 | |
Radius X | integer number | RX | - | Minimum: 1 Default: 1 | |
Radius Y | integer number | RY | - | Minimum: 1 Default: 1 |
Command-line
Usage: saga_cmd contrib_perego 4 [-INPUT <str>] [-MASK <str>] [-RESULT <str>] [-V <double>] [-RX <num>] [-RY <num>] -INPUT:<str> Input grid, input -MASK:<str> Mask Grid grid, input -RESULT:<str> AWM2 Grid grid, output -V:<double> Mask value floating point number Default: 1.000000 -RX:<num> Radius X integer number Minimum: 1 Default: 1 -RY:<num> Radius Y integer number Minimum: 1 Default: 1