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