[SciPy-User] 2D Interpolation

Jose Gomez-Dans jgomezdans at gmail.com
Fri Jan 8 10:08:16 EST 2010


Hi,


2010/1/8 Bruce Ford <bruce at clearscienceinc.com>

> I'm endeavoring to interpolate global 2.5 degree data (73x144) onto a
> 1 degree grid (181x360).  I'm not sure if I'm barking up the right
> tree for a cubic spline interpolation.
>

Looks suspiciously like NCEP reanalysis data ;) for this task, you could use
map_coordinates:
<
http://docs.scipy.org/doc/scipy/reference/generated/scipy.ndimage.interpolation.map_coordinates.html
>

Hope that helps,
Jose
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20100108/b80e7bca/attachment.html>


More information about the SciPy-User mailing list