ONEWEB-0169 - AOE轨道数据

3天前 2025-07-23T00:00:00+0000 2025-07-23T00:00:00+0000
ONEWEB-0169
1 48077U 21025AM  25204.00000000  .00000000  00000-0  13345-2 0 00000
2 48077 087.8956 025.6257 0001696 094.3623 167.4987 13.13468054000000
9天前 2025-07-17T09:00:00+0000 2025-07-17T09:00:00+0000
ONEWEB-0169
1 48077U 21025AM  25198.37500000  .00000000  00000-0 -11495-2 0 00000
2 48077 087.8957 026.7463 0001743 103.1027 216.1617 13.13470477000000
9天前 2025-07-16T18:00:00+0000 2025-07-16T18:00:00+0000
ONEWEB-0169
1 48077U 21025AM  25197.75000000  .00000000  00000-0 -14094-2 0 00000
2 48077 087.8953 026.8711 0001656 109.7953 135.8567 13.13470639000000

              
import requests

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

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

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

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