Ephemeris reading in python

Hi everyone,

I am very new on orekit. Also, I have no idea about java :slight_smile:

I want to read ephemeris files using orekit python wrapper. These files are in both broadcast (nav) and precise (sp3) formats. Could you give basic example about how I can get position from sp3 file and kepler parameters in broadcast file ? However, If you provide sample code on java, It would also help.

Thank you for your responses.

Hi @mfocal,

Welcome to the forum!

Sorry for the delay. I see no one answered so Iโ€™ll try my luck.

I donโ€™t know about the (nav) files but there are examples of SP3 parsing (in Java though, but the translation in Python should be ok) here (tutorials) or here (tests).

Hope this helps (at least a bit),
Maxime