ONEWEB-0380 - AOE轨道数据

18小时前 2025-07-25T11:46:25+0000 2025-07-25T11:46:25+0000
ONEWEB-0380
1 49306U 21090AD  25206.49056477  .00000033  00000-0  49899-4 0  9990
2 49306  87.9223   9.9184 0001669  96.7594 263.3729 13.19726209183338
1天前 2025-07-24T21:13:00+0000 2025-07-24T21:13:00+0000
ONEWEB-0380
1 49306U 21090AD  25205.88403036  .00000023  00000-0  24450-4 0  9994
2 49306  87.9222  10.0390 0001652  96.4249 263.7072 13.19726610183257
2天前 2025-07-23T21:33:43+0000 2025-07-23T21:33:43+0000
ONEWEB-0380
1 49306U 21090AD  25204.89841255 -.00000012  00000-0 -62693-4 0  9994
2 49306  87.9221  10.2350 0001648  96.0635 264.0685 13.19726411183123

              
import requests

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

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

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

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