-
FD_codepy is an open-source python package that can be used to extract time series in an interpretable manner, and use it for compression.
-
The key idea is proposed specifically for metered data in energy sector, but can also be used with smart sensors and edge computing.
-
Inspired by Codebook method, it breaks down the time series data into its constituent parts, i.e., the unique sub-patterns called Codewords, and the index of the Codewords, i.e., representations, allowing for efficient compression and analysis.
-
Compared to resampling data into lower resolution, this lossy compression method takes similar data storage and transmission bandwidth, while preserving high frequency information and accumulative/average metered values.
-
The FD_codepy source code is on GitHub: https://github.com/abc123yuanrui/FD_codepy/
- An example is provided in example/test.ipynb