NAVSTAR 49 (USA 154) - AOE轨道数据

1天前 2025-07-27T04:00:00+0000 2025-07-27T04:00:00+0000
NAVSTAR 49 (USA 154)
1 26605U 00071A   25208.16666667  .00000000  00000-0  10000-7 0 00000
2 26605 055.4424 107.8000 0165248 263.4663 341.2440 02.00555126000000
3天前 2025-07-26T03:00:00+0000 2025-07-26T03:00:00+0000
NAVSTAR 49 (USA 154)
1 26605U 00071A   25207.12500000  .00000000  00000-0  99999-8 0 00000
2 26605 055.4428 107.8418 0165218 263.4491 309.1555 02.00555152000000
3天前 2025-07-25T04:00:00+0000 2025-07-25T04:00:00+0000
NAVSTAR 49 (USA 154)
1 26605U 00071A   25206.16666667  .00000000  00000-0  99999-8 0 00000
2 26605 055.4420 107.8790 0165394 263.5319 337.1374 02.00555288000000

              
import requests

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

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

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

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