ONEWEB-0165 - AOE轨道数据

2天前 2025-07-24T03:00:00+0000 2025-07-24T03:00:00+0000
ONEWEB-0165
1 48233U 21031Z   25205.12500000  .00000000  00000-0 -81952-3 0 00000
2 48233 087.9063 355.0034 0001397 101.5562 218.2526 13.14500972000000
18天前 2025-07-07T23:00:00+0000 2025-07-07T23:00:00+0000
ONEWEB-0165
1 48233U 21031Z   25188.95833333  .00000000  00000-0  69283-3 0 00000
2 48233 087.9048 358.2138 0001662 089.3341 089.9620 13.14504824000000
34天前 2025-06-21T18:00:00+0000 2025-06-21T18:00:00+0000
ONEWEB-0165
1 48233U 21031Z   25172.75000000  .00000000  00000-0  39364-3 0 00000
2 48233 087.9036 001.4324 0002833 098.2384 103.6237 13.14496273000000

              
import requests

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

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

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

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