[SciPy-Dev] Improvement to regular grid interpolation
Dieter Werthmüller
Dieter at Werthmuller.org
Wed Sep 18 06:41:27 EDT 2019
Edouard,
I think this thread touched on that a bit:
https://mail.python.org/pipermail/scipy-dev/2019-May/023540.html
So Simon Clift might have already some functional code for that which
could serve as a starting point.
I personally would be certainly interested in the functionality.
Dieter
On 18/09/2019 11:50, Edouard Goudenhoofdt wrote:
> Dear scipy developers,
>
> One could use /scipy.interpolate.RegularGridInterpolator/ at different
> times with different values but the same source grid and target points.
> Currently this would recompute the indices each time the function is called.
> I would like to add the possibility to provide the target points at
> initialisation and the values when calling the object.
>
> Best regards,
>
> Edouard Goudenhoofdt
> //
>
> _______________________________________________
> SciPy-Dev mailing list
> SciPy-Dev at python.org
> https://mail.python.org/mailman/listinfo/scipy-dev
>
More information about the SciPy-Dev
mailing list