Name

adams.flow.transformer.TimeseriesAppend


Synopsis

Appends the incoming timeseries to the one available from storage.
If none yet available from storage, then the current one simply put into storage.
If the timeseries already contains elements with the same timestamp, then these will get replaced by the current ones.


Additional information

Flow input/output:
- input: adams.data.timeseries.Timeseries
- output: adams.data.timeseries.Timeseries


Options