ONEWEB-0172 - AOE轨道数据

1天前 2025-07-24T18:00:00+0000 2025-07-24T18:00:00+0000
ONEWEB-0172
1 48071U 21025AF  25205.75000000  .00000000  00000-0 -51891-3 0 00000
2 48071 087.8969 025.2676 0001764 093.0238 318.9931 13.13470803000000
11天前 2025-07-14T11:00:00+0000 2025-07-14T11:00:00+0000
ONEWEB-0172
1 48071U 21025AF  25195.45833333  .00000000  00000-0  19314-3 0 00000
2 48071 087.8963 027.3179 0001895 089.0442 286.6411 13.13470973000000
59天前 2025-05-27T12:00:00+0000 2025-05-27T12:00:00+0000
ONEWEB-0172
1 48071U 21025AF  25147.50000000  .00000000  00000-0 -45060-3 0 00000
2 48071 087.8996 036.8641 0001669 085.6184 088.6498 13.13469881000000

              
import requests

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

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

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

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