SatelliteToolboxOrbitDataMessages.jl

This package allows creating, fetching, parsing, and writing Orbit Data Messages (ODM) as described in the CCSDS 502.0-B-3 standard. It is part of the SatelliteToolbox.jl ecosystem.

The Orbit Data Messages standard defines a set of message types to exchange orbit information between space agencies, operators, and applications. This package currently supports the following message types in the XML format:

MessageAbbreviationStatus
Orbit Mean-Elements MessageOMMRead / Write / Fetch
Navigation Data MessageNDMRead / Write (OMM only)
Orbit Parameter MessageOPMNot supported yet
Orbit Ephemeris MessageOEMNot supported yet
Orbit Comprehensive MessageOCMNot supported yet

With this package you can:

Installation

julia> using Pkg
julia> Pkg.add("SatelliteToolboxOrbitDataMessages")

Manual Outline