STARLINK-2501 - AOE轨道数据

2天前 2025-07-25T11:00:00+0000 2025-07-25T11:00:00+0000
STARLINK-2501
1 48330U 21036BG  25206.45833333  .00000000  00000-0  15259-3 0 00000
2 48330 053.0539 041.6914 0002005 081.4846 000.3546 15.06399895000000
3天前 2025-07-24T09:00:00+0000 2025-07-24T09:00:00+0000
STARLINK-2501
1 48330U 21036BG  25205.37500000  .00000000  00000-0  13797-3 0 00000
2 48330 053.0561 046.5612 0001107 087.3032 236.2063 15.06426316000000
35天前 2025-06-22T20:00:00+0000 2025-06-22T20:00:00+0000
STARLINK-2501
1 48330U 21036BG  25173.83333333  .00000000  00000-0 -16804-4 0 00000
2 48330 053.0527 188.1589 0001159 080.1724 097.4330 15.06456363000000

              
import requests

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

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

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

print(response.text)
          
3D轨道图
2D轨道图
查看目标详情