Hello,
So, I am looking for a interpolator in python, but I am unable to find one that does not break my RAM (4Gb). I used this one:
http://docs.scipy.org/doc/scipy/reference/generated/scipy.interpolate.griddata.html#scipy.interpolate.griddata
With no success. I even reduced my data to 2 dimensions, which should be the bear minimum, and still no results(just MemoryError).
Thanks,
Miguel