We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d5fa89 commit b189961Copy full SHA for b189961
1 file changed
OceanOSSE/sampling/sampler_nearest_neighbour.py
@@ -167,7 +167,6 @@ def find_nearest_ij(self, ds, profile):
167
nearest = stacked.argsort(axis=-1)
168
ji = stacked.gridpoint.isel(gridpoint=nearest.isel(gridpoint=0))
169
170
- # TODO use great circle distance on the 4 nearest points
171
i_nn = ji["i"]
172
j_nn = ji["j"]
173
i_nn = i_nn.drop_vars("gridpoint")
0 commit comments