ONEWEB-0228 - AOE轨道数据

1天前 2025-07-25T01:00:00+0000 2025-07-25T01:00:00+0000
ONEWEB-0228
1 48780U 21045P   25206.04166667  .00000000  00000-0 -57997-3 0 00000
2 48780 087.9085 324.3996 0001893 091.5603 235.5441 13.15547630000000
10天前 2025-07-16T02:00:00+0000 2025-07-16T02:00:00+0000
ONEWEB-0228
1 48780U 21045P   25197.08333333  .00000000  00000-0 -16644-3 0 00000
2 48780 087.9069 326.1791 0001982 097.6428 307.2377 13.15549317000000
19天前 2025-07-07T03:00:00+0000 2025-07-07T03:00:00+0000
ONEWEB-0228
1 48780U 21045P   25188.12500000  .00000000  00000-0 -45947-3 0 00000
2 48780 087.9070 327.9602 0002000 099.9984 022.6228 13.15549613000000

              
import requests

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

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

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

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