Hi,
I’m trying to prepare the script for obtaining orbital elements for the given satellite using space-track.org and use it in Orekit for propagator. Since TLE-based API is marked as “To Be Deprecated”, I’m trying to use OMM instead. Space-track can only export it as json or xml (apart from csv and html) and I can’t really wrap my head around to how to approach this correctly in Orekit.
So, based on topic from 2021 on the new framework for CCSDS messages, the new implementation should be capable of automatically detecting between the two formats.
When I try to parse the XML, I get “org.orekit.errors.OrekitException: unsupported format for file …”
Moreover, all test files for CCSDS (on github under /src/test/resources/ccsds/) are in KVN format, none is in XML. Is XML supported? Does anybody use space-track.org API for obtaining orbital elements for use in orekit (apart from TLEs)?