
This package is part of the SatelliteToolbox.jl ecosystem.
This package allows creating, fetching, and parsing Orbit Data Messages (ODM) as described in the CCSDS 502.0-B-3 standard.
Warning
This package is still under development and it is not registered yet.
We currently support only parsing and fetching ODM files in the XML format with the following message types:
OMM: Orbit Mean-Elements Message.NDM: Navigation Data Message.
This package can be installed using:
julia> using Pkg
julia> Pkg.add("SatelliteToolboxOrbitDataMessages")For more information, see the documentation.