Python – Interpolate y-value given x-value and data value in a 2D array
I am working with a 2D dataset with the x and y dimensions representing two separate variables, and the combined 2D grid representing a third variable. Here’s a visual example of the dataset
and the x and y dimensions are constructed with the following:
Python – 2D numpy array interpolate y-value given x-value and data value
I am working with a 2D dataset with the x and y dimensions representing two separate variables, and the combined 2D grid representing a third variable. Here’s a visual example of the dataset
and the x and y dimensions are constructed with the following: