Simpson Index
- Author: O.Conrad (c) 2019
- Menu: Grid | Analysis | Diversity
Description
Grid based analysis of diversity with the Simpson Index. The index is calculated locally for each grid cell using the specified kernel (aka 'moving window'). It is assumed that the grid cell values represent a classification. 
References
Parameters
|  | Name | Type | Identifier | Description | Constraints | 
|---|
| Input | Categories | grid, input | CATEGORIES | - | - | 
| Output | Number of Categories | grid, output, optional | COUNT | number of different categories (unique values) within search area | - | 
| Simpson Index | grid, output | INDEX | - | - | 
| Options | Grid System | grid system | PARAMETERS_GRID_SYSTEM | - | - | 
| Kernel Type | choice | KERNEL_TYPE | The kernel's shape. | Available Choices:
[0] Square
[1] Circle
Default: 1 | 
| Radius | integer number | KERNEL_RADIUS | cells | Minimum: 0
Default: 2 | 
Command Line
Usage: saga_cmd grid_analysis 23 [-CATEGORIES ] [-COUNT ] [-INDEX ] [-KERNEL_TYPE ] [-KERNEL_RADIUS ]
  -CATEGORIES:   	Categories
	grid, input
  -COUNT:        	Number of Categories
	grid, output, optional
  -INDEX:        	Simpson Index
	grid, output
  -KERNEL_TYPE:  	Kernel Type
	choice
	Available Choices:
	[0] Square
	[1] Circle
	Default: 1
  -KERNEL_RADIUS:	Radius
	integer number
	Minimum: 0
	Default: 2