.. _`VJoin ADAFs`: .. _`org.sysess.sympathy.data.adaf.vjoinadafs`: VJoin ADAFs ~~~~~~~~~~~ .. image:: vjoin_adaf.svg :width: 48 Sympathy node for vertical join of the ADAFs in the incoming list. The output of node is a new ADAF. VJoin multiple ADAF files. :Opposite node: :ref:`VSplit ADAF` :Ref. nodes: :ref:`VJoin ADAF`, :ref:`VJoin Tables` *Input ports*: :port0: [adaf] Input ADAFs *Output ports*: :port0: adaf Joined ADAFs *Configuration*: **Complement missing columns** (fill) Select if columns that are not represented in all Tables should be complemented **Complement strategy** (fill_strategy) When "Complement with nan or empty string" is selected missing columns will be replaced by columns of nan or empty strings. When "Mask missing values" is selected missing columns will be result in masked values **Output index** (output_index) Specify name for output index column. If left empty, no index column will be created **Increment for empty tables** (minimum_increment) Specify the increment in the outgoing index column for tables with no rows. Either 1 or 0. **Include rasters in the result** (include_rasters) Include rasters in the result. **Use raster reference time** (use_reference_time) Use raster reference time. .. automodule:: node_vjoin_adaf .. class:: VJoinADAFs Example flows ############# * :download:`VJoinADAF.syx ` * :download:`VSplitADAF.syx `