bolides.BolideDataFrame.get_closest_by_time#
- BolideDataFrame.get_closest_by_time(datestr, n=1)[source]#
Get the n bolides closest to a given iso-format date string
- Parameters:
- datestrstr
ISO-format string that can be read by
fromisoformat. If the timezone is not specified, it is assumed to be in UTC.- nint
Number of closest detections to return.
- Returns:
- bdf
BolideDataFrame The filtered data.
- bdf