An open API service indexing awesome lists of open source software.

https://github.com/kwhitley/time-stitch


https://github.com/kwhitley/time-stitch

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# time-stitch

[![npm package][npm-image]][npm-url]
[![Build Status][travis-image]][travis-url]
[![Open Issues][issues-image]][issues-url]





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...

[twitter-image]:https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2Ftime-stitch
[logo-image]:https://user-images.githubusercontent.com/865416/114285361-2bd3e180-9a1c-11eb-8386-a2e9f4383d43.png
[gzip-image]:https://img.shields.io/bundlephobia/minzip/time-stitch
[gzip-url]:https://bundlephobia.com/result?p=time-stitch
[issues-image]:https://img.shields.io/github/issues/kwhitley/time-stitch
[issues-url]:https://github.com/kwhitley/time-stitch/issues
[npm-image]:https://img.shields.io/npm/v/time-stitch.svg
[npm-url]:http://npmjs.org/package/time-stitch
[travis-image]:https://travis-ci.org/kwhitley/time-stitch.svg?branch=v0.x
[travis-url]:https://travis-ci.org/kwhitley/time-stitch
[david-image]:https://david-dm.org/kwhitley/time-stitch/status.svg
[david-url]:https://david-dm.org/kwhitley/time-stitch
[coveralls-image]:https://coveralls.io/repos/github/kwhitley/time-stitch/badge.svg?branch=v0.x
[coveralls-url]:https://coveralls.io/github/kwhitley/time-stitch?branch=v0.x