pyart.map.grid_mapper.NNLocator.find_neighbors_and_dists

NNLocator.find_neighbors_and_dists(q, r)[source]

Find all neighbors and distances within a given distance.

Parameters :

q : n_dimensional tuple

Point to query

r : float

Distance within which neighbors are returned.

Returns :

ind : array of intergers

Indices of the neighbors.

dist : array of floats

Distances to the neighbors.

Previous topic

pyart.map.grid_mapper.NNLocator

Next topic

pyart.map.grid_mapper.NNLocator.__init__

This Page