ADAF to Table

../../../../../_images/adaf2table.svg

In the standard library there exist three nodes which exports data from ADAF to Table. Together with nodes for exportation in the reversed direction, Table to ADAF, one can make transitions back and forth between the two internal data types.

For all nodes one has to specify which container in the incoming ADAF/ADAFs that is going to be exported. Selectable containers are metadata, results and timeseries, see ADAF for further information.

For one of the nodes, ADAF to Tables the full content of the specified container in the ADAF is exported. For the other ones, when exporting timebased data one has to select the specific rasters that are going to be exported.

The exported timebases will, in the Tables, be given the name of their corrspondning rasters. It is important to know that if the name of the timebases already exists among the names of the timeseries signals, the timebases will not be exported to the Table.

class node_adaf2table.ADAF2Table[source]

Exportation of specified data in ADAF to Table. The data can either be the a raster from the timeseries container or the full content of either the metadata or the results containers.

Opposite node:

Table to ADAF

Ref. nodes:

ADAFs to Tables

Inputs:
port1 : adaf

Input ADAF

Outputs:
port1 : table

Table with the content of a specified group in the incoming ADAF

Configuration:
Export group

Specify group in the ADAF which will be exported

Time basis raster

Specify the raster among the time resolved data which will be exported

Time basis column name

Specify the name for the time basis column in the outgoing Table. The default name is the name of the selected raster.