SAGA-GIS Module Library Documentation (v2.3.0)

Module Fuzzy Intersection (AND)

Calculates the intersection (min operator) for each grid cell of the selected grids.
e-mail Gianluca Massei: g_massa@libero.it
e-mail Antonio Boggia: boggia@unipg.it

Parameters

 NameTypeIdentifierDescriptionConstraints
InputGridsGrid list (input)GRIDS--
OutputIntersectionGrid (output)AND--
OptionsGrid systemGrid systemPARAMETERS_GRID_SYSTEMGrid system-
Operator TypeChoiceTYPE-Available Choices:
[0] min(a, b) (non-interactive)
[1] a * b
[2] max(0, a + b - 1)
Default: 0

Command-line

Usage: saga_cmd grid_calculus 12 [-GRIDS <str>] [-AND <str>] [-TYPE <str>]
  -GRIDS:<str>	Grids
	Grid list (input)
  -AND:<str>  	Intersection
	Grid (output)
  -TYPE:<str> 	Operator Type
	Choice
	Available Choices:
	[0] min(a, b) (non-interactive)
	[1] a * b
	[2] max(0, a + b - 1)
	Default: 0