xoak.S2PointTreeAdapter#
- class xoak.S2PointTreeAdapter(points, options)[source]#
pys2index.S2PointIndexadapter forNDPointIndex.- __init__(points, options)[source]#
- Parameters:
points (ndarray of shape (n_points, n_coordinates)) – Two-dimensional array of points/samples (rows) and their corresponding coordinate labels (columns) to index.
Methods
__init__(points, options)equals(other)Check equality with another TreeAdapter of the same kind.
query(points)Query points.