ONEWEB-0657 - AOE轨道数据

1天前 2025-07-25T21:49:09+0000 2025-07-25T21:49:09+0000
ONEWEB-0657
1 55818U 23029Y   25206.90913688 -.00000073  00000-0 -21582-3 0  9995
2 55818  87.9229   9.8504 0001052  85.7135 274.4118 13.19726691115873
2天前 2025-07-24T22:09:52+0000 2025-07-24T22:09:52+0000
ONEWEB-0657
1 55818U 23029Y   25205.92351933  .00000042  00000-0  73560-4 0  9993
2 55818  87.9227  10.0463 0001068  83.2790 276.8465 13.19726582115742
3天前 2025-07-23T22:30:35+0000 2025-07-23T22:30:35+0000
ONEWEB-0657
1 55818U 23029Y   25204.93790216  .00000027  00000-0  34966-4 0  9994
2 55818  87.9225  10.2424 0001086  81.4682 278.6574 13.19726301115615

              
import requests

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

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

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

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