ONEWEB-0271 - AOE轨道数据

14小时前 2025-07-26T16:13:14+0000 2025-07-26T16:13:14+0000
ONEWEB-0271
1 48989U 21060Y   25207.67586104  .00000040  00000-0  70790-4 0  9991
2 48989  87.9052 293.6504 0002237  94.4590 265.6797 13.16592971196838
1天前 2025-07-25T07:23:24+0000 2025-07-25T07:23:24+0000
ONEWEB-0271
1 48989U 21060Y   25206.30791436  .00000133  00000-0  31400-3 0  9993
2 48989  87.9052 293.9229 0002253  95.0514 265.0874 13.16593160196657
2天前 2025-07-24T18:37:21+0000 2025-07-24T18:37:21+0000
ONEWEB-0271
1 48989U 21060Y   25205.77593566  .00000054  00000-0  10675-3 0  9990
2 48989  87.9053 294.0289 0002245  95.2293 264.9094 13.16592543197874

              
import requests

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

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

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

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