Re: 2d interpolation with regular grids

From: Mary Haley <haley_at_nyahnyahspammersnyahnyah>
Date: Fri Feb 18 2011 - 10:45:11 MST

On Feb 16, 2011, at 4:12 PM, Bryan Woods wrote:

> I've tried looking for a simple (and fast!) 2D interpolation scheme but have found surprisingly little. What is the fastest 2D interpolation scheme in Python that I can use? Most of the interpolation functions seem to be for irregularly spaced point and are way too slow.
>
> I prototyped this code in NCL and used the function linint2 for this purpose and would like something with a similar syntax. I am using simple 2D lat/lon grids so using . I am rewriting the code for portability and speed this time.

Hi Bryan,

The speed depends on the kind of grid you have and what kind of grid you need to interpolate to.

Can you provide more information about what you mean by "simple 2D lat/lon grids" and what kind of grid you need to interpolate to?

--Mary

>
> Thanks,
> Bryan
> <bwoods.vcf>_______________________________________________
> pyngl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/pyngl-talk

_______________________________________________
pyngl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/pyngl-talk
Received on Fri Feb 18 10:45:15 2011

This archive was generated by hypermail 2.1.8 : Thu Mar 03 2011 - 10:03:36 MST