ONEWEB-0056 - AOE轨道数据

1天前 2025-07-24T23:00:00+0000 2025-07-24T23:00:00+0000
ONEWEB-0056
1 45159U 20008AE  25205.95833333  .00000000  00000-0 -19542-3 0 00000
2 45159 087.8802 101.5282 0001731 087.1167 321.2952 13.10370677000000
68天前 2025-05-19T15:00:00+0000 2025-05-19T15:00:00+0000
ONEWEB-0056
1 45159U 20008AE  25139.62500000  .00000000  00000-0  12038-2 0 00000
2 45159 087.8809 114.7331 0002053 083.8909 065.0103 13.10377133000000
92天前 2025-04-25T00:00:00+0000 2025-04-25T00:00:00+0000
ONEWEB-0056
1 45159U 20008AE  25115.00000000  .00000000  00000-0  12522-2 0 00000
2 45159 087.8784 119.6400 0002129 082.6001 247.6760 13.10371675000000

              
import requests

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

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

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

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