EconForge / interpolation.py

BSD 2-Clause "Simplified" License
124 stars 35 forks source link

Rbf or LinearNDInterpolator for unstructured ND grids #7

Open den-run-ai opened 8 years ago

den-run-ai commented 8 years ago

more info here:

https://groups.google.com/a/continuum.io/forum/#!topic/numba-users/8Hn6GagrXXU

albop commented 8 years ago

Following the thread on Rbf leads me to the issue in scipy: https://github.com/scipy/scipy/issues/5180 and to the solution proposed by @mfouesneau which, if I read correctly, could be merged in scipy. @denfromufa, do you know how we could do any better ?

den-run-ai commented 8 years ago

Building more efficient kdtree or its approximate in numba ;)

On Thu, Jan 21, 2016, 9:45 AM Pablo Winant notifications@github.com wrote:

Following the thread on Rbf leads me to the issue in scipy: scipy/scipy#5180 https://github.com/scipy/scipy/issues/5180 and to the solution proposed by @mfouesneau https://github.com/mfouesneau which, if I read correctly, could be merged in scipy. @denfromufa https://github.com/denfromufa, do you know how we could do any better ?

— Reply to this email directly or view it on GitHub https://github.com/EconForge/interpolation.py/issues/7#issuecomment-173611628 .

albop commented 5 years ago

@denfromufa : if you are still interested, there is now an experimental version of linearnd interpolation (see README file).