filter_coordinate_bounds#

filter_coordinate_bounds(coordinates: list, radius: float, *, center: bool) DataFrame[source]#

Filter list for coordinates with given radius.

Parameters:
  • coordinates – List of (x, y, z) coordinates.

  • radius – Maximum valid radius of coordinate.

  • center – True if coordinates should be centered, False otherwise.

Returns:

Filtered list of coordinates.