STARLINK-1458 - AOE轨道数据

12小时前 2025-05-11T15:43:02+0800 2025-05-11T07:43:02+0000
STARLINK-1458
1 45675U 20035U   25131.32154769  .00000231  00000-0  34390-4 0  9995
2 45675  53.0551 344.0015 0001084  90.0410 270.0703 15.06398699272749
21小时前 2025-05-11T06:09:47+0800 2025-05-10T22:09:47+0000
STARLINK-1458
1 45675U 20035U   25130.92346183  .00002591  00000-0  19271-3 0  9994
2 45675  53.0551 345.7882 0001067  94.2020 265.9091 15.06407556272682
1天前 2025-05-10T06:16:42+0800 2025-05-09T22:16:42+0000
STARLINK-1458
1 45675U 20035U   25129.92826677  .00001551  00000-0  12299-3 0  9991
2 45675  53.0552 350.2562 0001051  94.3987 265.7122 15.06393976272914

              
import requests

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

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

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

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

加载中...