Skip to content

radium226/interpol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

interpolate.py Build Status Coverage Status

Tiny module which can interpolate an iterator on the fly with linear interpolation. example of interpolation

  • Use Scipy interpolators
  • Refactor Interpolate.__call__ directly into a function
  • Replace all_none by an external is_missing function
  • Handle any kind of data by putting the interpolator function elsewhere

Example

Run :

while true; do cat <<EOCAT; sleep 1 ; done | python -m interpol
1
2

4
5
6
7



10
9
8



EOCAT

Install

You can install the package directly from Github: pip install git+git://github.com/radium226/interpol.git.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages