STARLINK-1358 - AOE轨道数据

20小时前 2025-05-13T07:40:53+0800 2025-05-12T23:40:53+0000
STARLINK-1358
1 45566U 20025AM  25132.98672630  .14616423  12469-4  40601-3 0  9996
2 45566  53.0219 289.4703 0011723 264.8516 194.2996 16.44477035280334
1天前 2025-05-12T06:49:01+0800 2025-05-11T22:49:01+0000
STARLINK-1358
1 45566U 20025AM  25131.95070829  .03317393  12058-4  77881-3 0  9990
2 45566  53.0304 295.0969 0008940 281.1447 195.4234 16.28881865280169
2天前 2025-05-11T07:19:55+0800 2025-05-10T23:19:55+0000
STARLINK-1358
1 45566U 20025AM  25130.97216897  .02330168  11891-4  92796-3 0  9998
2 45566  53.0357 300.3464 0010262 282.6894 223.4131 16.22801530280005

              
import requests

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

params = {
    'catId': 45566,
    'channel': 'INTERNATIONAL',
    'format': 'TLE'
}

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

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