[SciPy-User] Problems with 2D interpolation of data on polar grid

denis denis-bz-gg at t-online.de
Mon Aug 30 10:48:11 EDT 2010


Kyle,
  it looks as though there's a mixup here between Cartesion X,Y and
polar Xnew,Ynew.
griddata() will catch this to some extent with masked array Znew
but the the Fitpack routines will extrapolate *without warning*.
See the too-long notes under
http://stackoverflow.com/questions/3526514/problem-with-2d-interpolation-in-scipy-non-rectangular-grid

cheers
  -- denis



More information about the SciPy-User mailing list