https://github.com/kwhitley/time-stitch
https://github.com/kwhitley/time-stitch
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kwhitley/time-stitch
- Owner: kwhitley
- License: mit
- Created: 2021-04-30T03:04:23.000Z (about 4 years ago)
- Default Branch: v0.x
- Last Pushed: 2021-05-06T05:20:55.000Z (about 4 years ago)
- Last Synced: 2024-04-14T07:11:29.022Z (about 1 year ago)
- Language: JavaScript
- Size: 120 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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 timelinesInterface 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