ONEWEB-0587 - AOE轨道数据

2天前 2025-07-25T01:00:00+0000 2025-07-25T01:00:00+0000
ONEWEB-0587
1 54654U 22166N   25206.04166667  .00000000  00000-0  26297-4 0 00000
2 54654 087.9281 309.2117 0001928 101.9683 221.5023 13.21828187000000
9天前 2025-07-19T00:00:00+0000 2025-07-19T00:00:00+0000
ONEWEB-0587
1 54654U 22166N   25200.00000000  .00000000  00000-0  14358-3 0 00000
2 54654 087.9274 310.4141 0002088 101.6631 288.5894 13.21827649000000
11天前 2025-07-16T01:00:00+0000 2025-07-16T01:00:00+0000
ONEWEB-0587
1 54654U 22166N   25197.04166667  .00000000  00000-0 -16970-4 0 00000
2 54654 087.9273 311.0019 0001834 096.7293 264.1405 13.21825617000000

              
import requests

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

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

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

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