I have 3 arrays which are formatted for contourf, how do I extract the height Z from the position X,Y? I.e., how do I index X,Y, and/or Z to get just that number?
Asked
Active
Viewed 12 times
0
-
See e.g. [Interpolation over an irregular grid](https://stackoverflow.com/questions/3242382/interpolation-over-an-irregular-grid) or [Speedup scipy griddata for multiple interpolations between two irregular grids](https://stackoverflow.com/questions/20915502/speedup-scipy-griddata-for-multiple-interpolations-between-two-irregular-grids) – JohanC Feb 04 '22 at 22:06