Relative Content

Tag Archive for pythonscipy2dinterpolation

interpolating 2d arrad into the list of new coordiantes

interpolating with scipy
the input : old_coordinates(list of coordinates len 60), old_temp (2d array of temperature shape 6060), new coordinates(list of new coordinates len 60)
output : new temp ?? (2d array of temp shape 60
60)
and how can i plot it ?