ONEWEB-0067 - AOE轨道数据

18小时前 2025-07-25T09:43:17+0000 2025-07-25T09:43:17+0000
ONEWEB-0067
1 45425U 20020B   25206.40506093  .00000003  00000-0 -26309-4 0  9994
2 45425  87.8809  86.1049 0001897  86.1565 273.9780 13.11419160259915
1天前 2025-07-24T17:14:29+0000 2025-07-24T17:14:29+0000
ONEWEB-0067
1 45425U 20020B   25205.71839257  .00000062  00000-0  13923-3 0  9999
2 45425  87.8810  86.2420 0001894  86.1502 273.9842 13.11419000259810
2天前 2025-07-23T17:26:13+0000 2025-07-23T17:26:13+0000
ONEWEB-0067
1 45425U 20020B   25204.72653676  .00000328  00000-0  88893-3 0  9991
2 45425  87.8810  86.4403 0001893  85.2872 274.8472 13.11419148259689

              
import requests

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

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

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

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