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
MatchupEventobjects.Platforms and collections are read from the context config. Spatial bounds are taken from the
bboxkey of each event dict.- Parameters:
events – filtered event dicts as returned by
filter_events().- Returns:
list of
MatchupEventobjects.