ONEWEB-0184 - AOE轨道数据

6小时前 2025-07-26T03:20:57+0000 2025-07-26T03:20:57+0000
ONEWEB-0184
1 48211U 21031B   25207.13955270 -.00000092  00000-0 -28211-3 0  9991
2 48211  87.9058 354.5467 0002305  74.7543 285.3841 13.14502290205453
22小时前 2025-07-25T10:54:28+0000 2025-07-25T10:54:28+0000
ONEWEB-0184
1 48211U 21031B   25206.45449297 -.00000053  00000-0 -17631-3 0  9993
2 48211  87.9057 354.6827 0002336  75.0007 285.1381 13.14502337205365
1天前 2025-07-24T22:07:12+0000 2025-07-24T22:07:12+0000
ONEWEB-0184
1 48211U 21031B   25205.92166893  .00000003  00000-0 -27366-4 0  9993
2 48211  87.9056 354.7885 0002346  75.1272 285.0117 13.14502077205294

              
import requests

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

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

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

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