STARLINK-11086 - AOE轨道数据

2天前 2025-05-07T17:00:00+0800 2025-05-07T09:00:00+0000
STARLINK-11086
1 60043U 24112F   25127.37500000  .00000000  00000-0 -18237-5 0 00000
2 60043 053.1595 336.3382 0000590 083.5048 150.5716 15.69709194000000

              
import requests

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

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

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

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