Multivariate spline interpolation in python/scipy?
问题 Is there a library module or other straightforward way to implement multivariate spline interpolation in python? Specifically, I have a set of scalar data on a regularly-spaced three-dimensional grid which I need to interpolate at a small number of points scattered throughout the domain. For two dimensions, I have been using scipy.interpolate.RectBivariateSpline, and I\'m essentially looking for an extension of that to three-dimensional data. The N-dimensional interpolation routines I have