interpolating 2d array into the list of new coordinates
Interpolating with scipy
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 6060)
and how can i plot it ?