STARLINK-31284 - AOE轨道数据

1天前 2025-07-25T09:07:33+0000 2025-07-25T09:07:33+0000
STARLINK-31284
1 59246U 24049R   25206.38023797 -.00000586  00000-0 -11761-4 0  9990
2 59246  42.9983 347.1229 0000784   0.1925 359.8927 15.27586537 77632
1天前 2025-07-24T09:35:11+0000 2025-07-24T09:35:11+0000
STARLINK-31284
1 59246U 24049R   25205.39943472  .00005659  00000-0  21499-3 0  9993
2 59246  43.0033 352.6619 0000398 294.7418  65.3392 15.27580432 77489
2天前 2025-07-23T10:02:52+0000 2025-07-23T10:02:52+0000
STARLINK-31284
1 59246U 24049R   25204.41865403  .00001078  00000-0  48690-4 0  9996
2 59246  43.0031 358.1986 0000994 243.0579 117.0171 15.27568060 77339

              
import requests

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

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

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

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