Skip to content

Format

Defined in: elements.rs:216

pub enum Format {
Tle,
OmmJson,
OmmKvn,
OmmXml,
}

Element-set serialization formats that parse can decode.

NORAD Two-Line Element set (also 2LE / 3LE), incl. Alpha-5 catalog ids.


CCSDS OMM, JSON serialization.


CCSDS OMM, KVN (keyword-value) serialization.


CCSDS OMM, XML serialization.