Create ADAFs Index From Indices (deprecated)¶
Create and HJoin a column containing a group index given an index column.For example, with an input table with 15 rows and an index column with values [4, 7, 11] a group index column with values [0, 0, 0, 0, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 3] is created and added to the output table.
- 
class node_create_index_column.CreateADAFsIndex(*args, **kwargs)[source]¶
- Inputs: - indices : [table]
- Indices 
- input : [adaf]
- Input ADAFs 
 - Outputs: - None : [adaf]
- Output ADAFs 
 - Configuration: - System
- System 
- Raster
- Raster 
- Input Index Column
- Column that contains indices 
- Output Index
- Choose a name for the created index column