dsgp4.omm.load

Contents

dsgp4.omm.load#

dsgp4.omm.load(file_name, file_format=None)#

This function takes a file name that contains OMM data (in JSON, XML, KVN or CSV format), and returns a list of OMM objects.

Parameters:#

file_name (str): OMM file name file_format (str): format of the file, either ‘json’, ‘xml’, ‘kvn’ or ‘csv’ (if None, it is detected from the file extension and content)

Returns:#

list: list of dsgp4.omm.OMM objects