Rare find

Downsampling. Compress large time series datasets without losing important details.

github.com/haoel/downsampling

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

April 2023
  • refactor tests to filepath.Join instead of / (#3)
  • Merge pull request #2 from alexandear/fix-var-typo
  • fix typo in variable name
October 2022
  • seprate the library and demostrate module
March 2022
  • Merge pull request #1 from latavin243/master
June 2021
  • fix bound var bucketHigh to len-1 (according to paper appendix D)
  • using go mod instead of glide
May 2021
  • fix typo
  • Create LICENSE
  • typo fix
April 2020
  • change the "one more thing" to "performance"
  • benchmark testing source code
  • adding the `make prof` for Profiling & `make bench` for Benchmark
  • fix make clean
  • fix typo
September 2019
  • refine some sentences in readme
  • add the furthmore reading
  • added the README.md
  • adding the ouput csv files
  • add the function save the downsampling data into csv file