ONEWEB-0328 - AOE轨道数据

3天前 2025-07-23T09:00:00+0000 2025-07-23T09:00:00+0000
ONEWEB-0328
1 49197U 21083M   25204.37500000  .00000000  00000-0 -10259-2 0 00000
2 49197 087.8955 025.5259 0001594 097.8483 320.2175 13.13471022000000
13天前 2025-07-13T09:00:00+0000 2025-07-13T09:00:00+0000
ONEWEB-0328
1 49197U 21083M   25194.37500000  .00000000  00000-0  12716-3 0 00000
2 49197 087.8960 027.5190 0001750 091.9498 228.1099 13.13472433000000
14天前 2025-07-12T23:00:00+0000 2025-07-12T23:00:00+0000
ONEWEB-0328
1 49197U 21083M   25193.95833333  .00000000  00000-0 -10754-3 0 00000
2 49197 087.8950 027.6017 0001693 091.0720 059.9025 13.13469149000000

              
import requests

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

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

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

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