From: Martinho MA <mm...@ua...> - 2010-06-28 01:28:44
|
Hello, I need to interpolate from a 2d grid to another one. I tryed to use griddata (with natgrid) but the returned data if fully masked. So, I used directly delaunay triangulation and I obtained quite bad results!! I send attached a small code and the output figure as png. I also send my data as npz (32k). To generate it just run >>python test.py 1 or from python: >import test >test.go() Thanks for the help mma matplotlib.__version__ 0.99.1 uname -a Linux cxx 2.6.25.20-0.7-default #1 SMP 2010-02-26 20:32:57 +0100 x86_64 x86_64 x86_64 GNU/Linux |