Select categories in ADAFs¶
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
Type: [adaf]Description: Input ADAFs
Output ports¶
- port3
Type: [adaf]Description: 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¶
Example flows demonstrating this node:
Implementation¶
- class node_category_selector.CategorySelectorMultiple[source]