SAGA-GIS Module Library Documentation (v2.3.0)

Module 04: Direct neighbours - more...

Simple neighbourhood analysis for grid cells.
(c) 2003 by Olaf Conrad, Goettingen
email: oconrad@gwdg.de

Parameters

 NameTypeIdentifierDescriptionConstraints
InputInput gridGrid (input)INPUTThis must be your input data of type grid.-
OutputOutputGrid (output)OUTPUTThis will contain your output data of type grid.-
OptionsGrid systemGrid systemPARAMETERS_GRID_SYSTEMGrid system-
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
Default: 0

Command-line

Usage: saga_cmd garden_learn_to_program 3 [-INPUT <str>] [-OUTPUT <str>] [-METHOD <str>]
  -INPUT:<str> 	Input grid
	Grid (input)
  -OUTPUT:<str>	Output
	Grid (output)
  -METHOD:<str>	Method
	Choice
	Available 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
	Default: 0