ONEWEB-0327 - AOE轨道数据

1天前 2025-07-24T23:00:00+0000 2025-07-24T23:00:00+0000
ONEWEB-0327
1 49196U 21083L   25205.95833333  .00000000  00000-0 -15004-4 0 00000
2 49196 087.9116 040.4883 0001726 104.8132 179.5621 13.18684831000000
99天前 2025-04-17T20:00:00+0000 2025-04-17T20:00:00+0000
ONEWEB-0327
1 49196U 21083L   25107.83333333  .00000000  00000-0 -73885-4 0 00000
2 49196 087.9121 060.0296 0002288 084.1598 116.9045 13.18684271000000
155天前 2025-02-21T10:00:00+0000 2025-02-21T10:00:00+0000
ONEWEB-0327
1 49196U          25052.41666667  .00000000  00000-0  12476-3 0 00000
2 49196 087.9053 071.0959 0001648 095.4573 341.5011 13.18687893000000

              
import requests

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

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

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

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