Python tools for working with Orbit Ephemeris Messages (OEMs).
The oem package is available through Pip.
oem
$ pip install oem
To create OEMs from TLEs with sgp4 integration, install the tle extra.
sgp4
tle
$ pip install oem[tle]
Last updated 1 year ago