Git Product home page Git Product logo

tsflib's Introduction

Time Series Filter Library

Introduction

TSFlib is a set of C++ classes that can be used to filter time series in either batch or streaming applications. It was originally part of the EPANET-RTX library, a library used for realtime simulation of water distribution systems.

Find Out More

Get more info from the RTX official documentation and the wiki.

Building


conan export deps/local_export/sqlite_modern_cpp
conan install . --profile=x86 --build=missing -s build_type=Release
conan build . --profile=x86 --build=missing -s build_type=Release
conan export-pkg . --profile=x86 -s build_type=Release

# run tests
./build/Release/bin/tsflib_test

if you are developing this as a dependent package locally, do this instead:

conan editable add .
conan install . --profile=x86 -s build_type=Release --build=missing && \
conan install . --profile=x86 -s '&:build_type=Debug' -s build_type=Release --build=missing && \
conan build   . --profile=x86 -s build_type=Debug && \
conan export-pkg . --profile=x86 -s build_type=Debug

Docker Build

docker buildx build -t tsflib-test -f tsflib.docker --platform linux/amd64 .

tsflib's People

Contributors

samhatchett avatar jamesuber avatar buddyhollyclone avatar srinivasrk avatar sglindme avatar yuniersoad avatar

Stargazers

Mohd Fitri Alif Bin Mohd Kasai avatar André Kruger avatar Marios S. Kyriakou avatar

Watchers

 avatar

Forkers

sglindme

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.