Tiny module which can interpolate an iterator on the fly with linear interpolation.
- Use Scipy interpolators
- Refactor
Interpolate.__call__directly into a function - Replace
all_noneby an externalis_missingfunction - Handle any kind of data by putting the interpolator function elsewhere
Run :
while true; do cat <<EOCAT; sleep 1 ; done | python -m interpol
1
2
4
5
6
7
10
9
8
EOCAT
You can install the package directly from Github: pip install git+git://github.com/radium226/interpol.git.
