Are there open source solutions (preferable Python) to calculate the ground track of a spacecraft (i.e. in latitute/longitude) from CCSDS OEM (orbit ephemeris message) format (which is a dataset of epochs and associated position vectors)?
Alternatively, one could get lat/lon from TLE via pyehpem or other libraries. Then the question would be: how to convert OEM to TLE?