SearchTree

class eomaps.helpers.SearchTree(m)

Class to perform fast nearest-neighbour queries.

Methods

__init__(m)

Class to perform fast nearest-neighbour queries.

query(x[,Β k,Β d,Β pick_relative_to_closest])

Find the (k) closest points.

set_search_radius(r)

Set the rectangle side-length that is used to limit the query.

Attributes

d

Side-length of the search-rectangle (in units of the plot-crs).