ONEWEB-0641 - AOE轨道数据

18小时前 2025-07-26T08:00:00+0000 2025-07-26T08:00:00+0000
ONEWEB-0641
1 55805U 23029K   25207.33333333  .00000000  00000-0 -44327-3 0 00000
2 55805 087.9237 009.7310 0001717 097.1308 334.7644 13.19725175000000
8天前 2025-07-18T08:00:00+0000 2025-07-18T08:00:00+0000
ONEWEB-0641
1 55805U 23029K   25199.33333333  .00000000  00000-0  23281-4 0 00000
2 55805 087.9213 011.3211 0001878 096.3700 149.2042 13.19727167000000
15天前 2025-07-11T04:00:00+0000 2025-07-11T04:00:00+0000
ONEWEB-0641
1 55805U 23029K   25192.16666667  .00000000  00000-0  90628-4 0 00000
2 55805 087.9218 012.7465 0002008 098.1251 318.0122 13.19724464000000

              
import requests

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

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

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

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