def get_in_radius(centre, radius): return tree.in_area(Circle(centre, radius))
def get_them_all(): return tree.in_area(Infinity())