STARLINK-2682 - AOE轨道数据

1天前 2025-07-24T22:00:00+0000 2025-07-24T22:00:00+0000
STARLINK-2682
1 48440U 21040N   25205.91666667  .00000000  00000-0  13047-3 0 00000
2 48440 053.0559 124.1375 0001356 091.1902 291.4725 15.06399765000000
8天前 2025-07-17T09:00:00+0000 2025-07-17T09:00:00+0000
STARLINK-2682
1 48440U 21040N   25198.37500000  .00000000  00000-0  68475-5 0 00000
2 48440 053.0544 157.9946 0001396 072.1202 069.1399 15.06414671000000

              
import requests

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

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

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

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