time-stitch
v0.4.0
Published
Timeseries math for continuously accruing block of data
Downloads
7
Maintainers
Readme
time-stitch
Stitches segments of time into a single Timeline. Useful for timeseries "math" and accruing incoming timeseries blocks into simplified structures.
Features
- [x] merge segments of timeseries into a single segment
- [x] track start/end bounds of segments
- [x] detect if segments intersect each other
- [x] return data from timeline or segment within start+end bounds
- [x] return gaps (as timeline) from other timelines
Interface to follow...