Module: 04: Direct neighbours - more...
Copyrights (c) 2003 by Olaf Conrad
Menu: Lectures > Introducing Module Programming
Description
Simple neighbourhood analysis for grid cells.
(c) 2003 by Olaf Conrad, Goettingen
email: oconrad@gwdg.de
Parameters
NameTypeIdentifierDescriptionConstraints
Input
Input grid Grid (input)INPUTThis must be your input data of type grid.
Output
OutputGrid (output)OUTPUTThis will contain your output data of type grid.
Options
MethodChoiceMETHODChoose a methodAvailable Choices:
[0] Arithmetic mean (version 1)
[1] Arithmetic mean (version 2)
[2] Difference from all neighbour's mean
[3] Variance (version 1)
[4] Variance (version 2)
[5] Standard deviation