QIANFAN-57 - AOE轨道数据

1天前 2025-05-13T01:00:00+0800 2025-05-12T17:00:00+0000
QIANFAN-57
1 62787U 25016C   25132.70833333  .00000000  00000-0  27056-4 0 00000
2 62787 088.9841 125.1958 0012914 244.1938 144.1975 13.50946775000000
6天前 2025-05-08T01:00:00+0800 2025-05-07T17:00:00+0000
QIANFAN-57
1 62787U 25016C   25127.70833333  .00000000  00000-0  76091-4 0 00000
2 62787 088.9842 125.7077 0012812 261.0904 304.7156 13.50946486000000
15天前 2025-04-28T07:00:00+0800 2025-04-27T23:00:00+0000
QIANFAN-57
1 62787U 25016C   25117.95833333  .00000000  00000-0  77124-4 0 00000
2 62787 088.9842 126.7056 0013002 293.3953 042.3868 13.50945916000000

              
import requests

headers = {
    'Authorization': 'Bearer YOUR_API_TOKEN'
}

params = {
    'catId': 62787,
    'channel': 'KY',
    'format': 'TLE'
}

response = requests.get('https://spacemapper.cn/cgi/orbital/aoe/list',
headers=headers, params=params)

print(response.text)
          
3D轨道图
2D轨道图