ValueError: One of the requested xi is out of bounds in dimension 0
I am trying to interpolate a 48 x 86 grid that has wind speed data (the grid being time x height) to a 71 x 81 grid (also time x height). I am trying to use the interpn function from scipy.interpolate because from what I’ve read, it is the recommended function for interpolating regular grids. When i attempt use of this function, I get the title error (ValueError: One of the requested xi is out of bounds in dimension 0)