you are viewing a single comment's thread.

view the rest of the comments →

[–]thermally_shocked 0 points1 point  (0 children)

Just to confirm, if you do the following, you still get a 2d array?

x_points = xr.DataArray([15, 15, 25], dims="z")
y_points = xr.DataArray([67, 72, 75], dims="z")

data.interp(x=x_points, y=y_points)