[SciPy-User] another interpolation question

Bryan Woods bwoods at aer.com
Thu Feb 17 10:50:22 EST 2011


I've seen a lot of discussion about interpolation and would like to add 
my question to the discussion.

I am looking for a (fast as possible) way to interpolate my data from a 
coarse to fine grid where the limits may not match. Bilinear 
interpolation is fine.

I saw ndimage.map_coordinates but it seems to want i,j coordinates 
whereas I have 1D lat,lon coordinate arrays.

Input: coarse and fine 2D arrays with 1D coordinate arrays

Output: data from coarse grid interpolated onto the fine grid

Thanks,
Bryan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bwoods.vcf
Type: text/x-vcard
Size: 341 bytes
Desc: not available
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20110217/c98c94a8/attachment.vcf>


More information about the SciPy-User mailing list