STARLINK-5889 - AOE轨道数据

57天前 2025-05-31T06:02:27+0000 2025-05-31T06:02:27+0000
STARLINK-5889
1 55953U 23037AR  25151.25170095  .15958249  44855-5  20085-3 0  9997
2 55953  69.9806 236.2601 0009371 261.3168 126.9931 16.49158089123002
58天前 2025-05-30T18:50:41+0000 2025-05-30T18:50:41+0000
STARLINK-5889
1 55953U 23037AR  25150.78519902  .05868590  43860-5  51807-3 0  9997
2 55953  69.9810 237.7224 0013779 280.7463 229.0850 16.38591879122925
59天前 2025-05-29T19:18:00+0000 2025-05-29T19:18:00+0000
STARLINK-5889
1 55953U 23037AR  25149.80416889  .02847719  42893-5  65765-3 0  9998
2 55953  69.9841 240.7514 0011487 286.6954 215.6123 16.29491532122760

              
import requests

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

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

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

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