dsgp4.tle.load_from_data#
- dsgp4.tle.load_from_data(data, opsmode='i')#
This function takes a TLE as a dictionary and returns both itself and its representation as a list of strings.
Parameters:#
data (dict): TLE data in the form of a dictionary opsmode (str): ‘i’ for improved, ‘s’ for simplified
Returns:#
list: TLE data in the form of a list dict: TLE data in the form of a dictionary