Tool Pattern Analysis
Pattern Analysis
- Author: Victor Olaya (c) 2004
 
- Menu: Grid|Analysis|Diversity
 
Parameters
|   | Name | Type | Identifier | Description | Constraints | 
| Input | Input Grid | grid, input | INPUT | - | - | 
| Output | Number of Classes | grid, output | NDC | - | - | 
 | Relative Richness (*) | grid, output, optional | RELATIVE | - | - | 
 | Fragmentation (*) | grid, output, optional | FRAGMENTATION | - | - | 
 | Center vs. Neighbours | grid, output | CVN | - | - | 
 | Diversity | grid, output | DIVERSITY | - | - | 
 | Dominance | grid, output | DOMINANCE | - | - | 
| Options | Grid System | grid system | PARAMETERS_GRID_SYSTEM | - | - | 
 | Max. Number of Classes | integer number | MAXNUMCLASS | Maximum number of classes in entire grid. | Default: 10 | 
 | 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 | 
| (*) optional | 
Command-line
Usage: saga_cmd grid_analysis 8 [-INPUT <str>] [-NDC <str>] [-RELATIVE <str>] [-FRAGMENTATION <str>] [-CVN <str>] [-DIVERSITY <str>] [-DOMINANCE <str>] [-MAXNUMCLASS <num>] [-KERNEL_TYPE <str>] [-KERNEL_RADIUS <num>]
  -INPUT:<str>        	Input Grid
	grid, input
  -NDC:<str>          	Number of Classes
	grid, output
  -RELATIVE:<str>     	Relative Richness
	grid, output, optional
  -FRAGMENTATION:<str>	Fragmentation
	grid, output, optional
  -CVN:<str>          	Center vs. Neighbours
	grid, output
  -DIVERSITY:<str>    	Diversity
	grid, output
  -DOMINANCE:<str>    	Dominance
	grid, output
  -MAXNUMCLASS:<num>  	Max. Number of Classes
	integer number
	Default: 10
  -KERNEL_TYPE:<str>  	Kernel Type
	choice
	Available Choices:
	[0] Square
	[1] Circle
	Default: 1
  -KERNEL_RADIUS:<num>	Radius
	integer number
	Minimum: 0
	Default: 2