Regular grid interpolation

Hi there,

I was wondering whether it was possible/easy/useful to implement a version of scipy’s regular grid interpolator in pytensor such as this one for tensorflow: GitHub - dfm/tf.interp: Multivariate linear interpolation in TensorFlow

I’m hesitating delving into it because it seems rather complicated (from my point of view…!).

Cheers,
Vian