ONEWEB-0033 - AOE轨道数据

1天前 2025-07-24T21:00:00+0000 2025-07-24T21:00:00+0000
ONEWEB-0033
1 45142U 20008M   25205.87500000  .00000000  00000-0  17437-2 0 00000
2 45142 087.8792 101.5719 0001417 092.6813 333.5984 13.10364082000000
4天前 2025-07-22T00:00:00+0000 2025-07-22T00:00:00+0000
ONEWEB-0033
1 45142U 20008M   25203.00000000  .00000000  00000-0 -52635-3 0 00000
2 45142 087.8806 102.1452 0001853 078.5707 113.1160 13.10372264000000
109天前 2025-04-07T23:00:00+0000 2025-04-07T23:00:00+0000
ONEWEB-0033
1 45142U          25097.95833333  .00000000  00000-0  16489-2 0 00000
2 45142 087.8806 123.0662 0001835 088.4422 226.9575 13.10376424000000

              
import requests

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

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

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

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