bolides.BolideDataFrame.filter_boundary#

BolideDataFrame.filter_boundary(boundary, intersection=False, interior=True)[source]#

Filter data to only points within specified boundaries.

Parameters
boundary: str or list of str

The boundary (boundaries) to filter the BolideDataFrame by. Refer to get_boundary.

intersection: bool
  • True: keep detections within the union of all boundaries given.

  • False: keep detections within the intersection of all boundaries given.

interior: bool
  • True: default behavior.

  • False: keep detections outside the union or intersection of the boundaries, instead of inside.

Returns
BolideDataFrame

The filtered BolideDataFrame