[SciPy-user] Bilinear Interpolation

Ryan May rmay at ou.edu
Tue Sep 26 12:19:37 EDT 2006


Hi,

Is there function for doing a simple bilinear interpolation in scipy?  I 
tried the interpolate.interp2d routines, but it appears that it uses 
B-splines even when kind='linear' is specified. (I wouldn't otherwise 
care except that my class assignment explicitly says to use bilinear.)

I know I can do this using a series of interp1d calls, but I wanted to 
see if there was a simpler way I was missing.

Thanks

Ryan

-- 
Ryan May
Graduate Research Assistant
School of Meteorology
University of Oklahoma
(405)325-3791
rmay at rossby.ou.edu




More information about the SciPy-User mailing list