dsgp4.omm.loads

Contents

dsgp4.omm.loads#

dsgp4.omm.loads(text, file_format=None)#

This function parses OMM data and returns the corresponding list of dictionaries of OMM fields.

Parameters:#

text (str): OMM data file_format (str): format of the data, either ‘json’, ‘xml’, ‘kvn’ or ‘csv’ (if None, it is detected from the content of the data)

Returns:#

list: list of dictionaries of OMM fields