Add Indicator Fields for Categories
- Author: O.Conrad (c) 2015
- Menu: Table | Tools
Description
Adds for each unique value found in the category field an indicator field that will show a value of one (1) for all records with this category value and zero (0) for all others. This might be used e.g. for subsequent indicator kriging. 
Parameters
|  | Name | Type | Identifier | Description | Constraints | 
|---|
| Input | Table | table, input | TABLE | Input table or shapefile | - | 
| Output | Output table with field(s) deleted | table, output, optional | OUT_TABLE | - | - | 
| Output shapes with field(s) deleted | shapes, output, optional | OUT_SHAPES | - | - | 
| Options | Categories | table field | FIELD | - | - | 
Command Line
Usage: saga_cmd table_tools 20 [-TABLE ] [-FIELD ] [-OUT_TABLE ] [-OUT_SHAPES ]
  -TABLE:     	Table
	table, input
  -FIELD:     	Categories
	table field
  -OUT_TABLE: 	Output table with field(s) deleted
	table, output, optional
  -OUT_SHAPES:	Output shapes with field(s) deleted
	shapes, output, optional