syncing: Time series synchronisation library.

Latest Version in PyPI Build status Code coverage Documentation status Issues count Supported Python versions Project License

release:

1.0.9

date:

2023-11-15 12:10:00

repository:

https://github.com/vinci1it2000/syncing

pypi-repo:

https://pypi.org/project/syncing/

docs:

http://syncing.readthedocs.io/

wiki:

https://github.com/vinci1it2000/syncing/wiki/

download:

http://github.com/vinci1it2000/syncing/releases/

donate:

https://donorbox.org/syncing

keywords:

data, synchronisation, re-sampling

developers:
license:

EUPL 1.1+

What is syncing?

syncing is an useful library to synchronise and re-sample time series.

synchronisation is based on the fourier transform and the re-sampling is performed with a specific interpolation method.

Installation

To install it use (with root privileges):

$ pip install syncing

Or download the last git version and use (with root privileges):

$ python setup.py install

Install extras

Some additional functionality is enabled installing the following extras:

  • cli: enables the command line interface.

  • plot: enables to plot the model process and its workflow.

  • dev: installs all libraries plus the development libraries.

To install syncing and all extras (except development libraries), do:

$ pip install syncing[all]

Indices and tables