ONEWEB-0330 - AOE轨道数据

22小时前 2025-07-26T15:28:31+0000 2025-07-26T15:28:31+0000
ONEWEB-0330
1 49108U 21075AK  25207.64480406  .00000040  00000-0  69122-4 0  9993
2 49108  87.9034  70.6865 0001525  77.3511 282.7791 13.17725755190755
2天前 2025-07-25T08:29:43+0000 2025-07-25T08:29:43+0000
ONEWEB-0330
1 49108U 21075AK  25206.35396450 -.00000030  00000-0 -11020-3 0  9999
2 49108  87.9034  70.9444 0001555  76.8714 283.2591 13.17725862190587
2天前 2025-07-24T16:05:38+0000 2025-07-24T16:05:38+0000
ONEWEB-0330
1 49108U 21075AK  25205.67057822  .00000102  00000-0  22922-3 0  9991
2 49108  87.9033  71.0810 0001558  76.1714 283.9591 13.17726203191488

              
import requests

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

params = {
    'catId': 49108,
    'channel': 'INTERNATIONAL',
    'format': 'TLE'
}

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

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