eomatch.finder.sat2sat.Sat2SatMUFinder.to_matchup_event

eomatch.finder.sat2sat.Sat2SatMUFinder.to_matchup_event#

Sat2SatMUFinder.to_matchup_event(events: List[Dict[str, Any]]) List[MatchupEvent][source]#

Convert raw orbitx event dicts to MatchupEvent objects.

Platforms and collections are read from the context config. Spatial bounds are taken from the bbox key of each event dict.

Parameters:

events – filtered event dicts as returned by filter_events().

Returns:

list of MatchupEvent objects.