| Interface | Description |
|---|---|
| TsIterable |
| Class | Description |
|---|---|
| CSV |
Writes time series data to CSV file with some format options.
|
| CSVIterator |
A TsIterator with CSV-file as source.
|
| InputIterator |
Base class for iterators that process input from one time series iterator.
|
| InputProcessingIterator |
Base class for iterators that process input from one TimeSeriesIterator based stored current element.
|
| Interpolator |
GabFiller interpolates missing values (NaN-values) in time series with data of a set of other time series
|
| LowQualityToNanIterator |
Sets data values that are lower than chosen quality to NaN-values
|
| MoveIterator |
Time series iterator that stores the current element.
|
| MutatorIterator |
Apply mutator to elements of iterator
|
| SchemaConverterIterator |
Converts schema of input iterator to output schema.
|
| TimeSeries |
Time series of aggregated data.
|
| TimeSeriesEntryIterator |
Converts raw Iterator
|
| TimestampSeries |
time series with individual time stamp for each entry
|
| TimestampSeriesCSVwriter | |
| TsIterator |
Base iterator for time series data.
|
| TsIteratorIterator |
Concatenates elements of several input iterators.
|
| Virtual_P_RT_NRT_Iterator |
Specific iterator that calculates current precipitation from rain container sensor (P_container_RT to P_RT_NRT).
|
| Enum | Description |
|---|---|
| CSVTimeType |
time columns in CSV output files
|