Select categories in ADAFs

../../../../_images/select_category.svg

Select what catgories to exist in the output ADAFs.

Documentation

A selector of categories in ADAFs can be used to drop parts of ADAFs. The main reason to do this is when the ADAFs contain data that is no longer needed further along a workflow. Dropping the unnecessary data can then be used as a way to try to optimize the workflow.

Definition

Input ports

port1 [adaf]

Input ADAFs

Output ports

port3 [adaf]

ADAFs with selected categories

Configuration

Select meta group (select_meta)

Select the meta group for inclusion in the output.

Select specific rasters: (select_rasters)

Select specific rasters for inclusion in the output.

Select result group (select_res)

Select the result group for inclusion in the output.

Examples

Implementation

class node_category_selector.CategorySelectorMultiple[source]