VSplit ADAF

../../../../../_images/vsplit_adaf.svg

Vertical split of ADAF into ADAFs.

Opposite node:VJoin ADAF

Ports:

Inputs:

port1:

adaf

Input ADAF

Outputs:

port1:

[adaf]

Split ADAFs

Configuration:

remove_fill
Remove split columns which contain only NaN.
input_index
Choose name for grouped index column. Required in both metadata and results.
include_rasters
Include rasters in the result.

The node performs a vertical, rowwise, split of ADAF. The vertical split, or VSplit, is the inverse operation compared to the vertical join, see VJoin ADAF.

The vertical split operation is only applied on the content of the metadata and result containers. The timeseries container is not included, since the inverse operation, VJoin, is not defined for this container. The content of the metadata and the result containers are tables and the vertical split of these containers follows the procedure described in VSplit Table. For the split to be well defined, the Input Index column is required in metadata and result containers.

class node_vsplit_adafs.VSplitADAFNode[source]