STARLINK-1027 - AOE轨道数据

13天前 2025-04-27T12:35:57+0800 2025-04-27T04:35:57+0000
STARLINK-1027
1 44732U 19074V   25117.19163693  .19662302  12507-4  39358-3 0  9994
2 44732  53.0192 130.6034 0003787 219.2663 190.0710 16.46982601301727
14天前 2025-04-26T22:08:53+0800 2025-04-26T14:08:53+0000
STARLINK-1027
1 44732U 19074V   25116.58950436  .05335578  12184-4  88696-3 0  9992
2 44732  53.0299 133.9018 0001914  13.2899  81.8762 16.32582628301629
15天前 2025-04-25T22:34:52+0800 2025-04-25T14:34:52+0000
STARLINK-1027
1 44732U 19074V   25115.60754891  .03124257  11932-4  11728-2 0  9990
2 44732  53.0335 139.1927 0004776 344.4336 113.1535 16.23636333301463

              
import requests

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

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

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

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