ONEWEB-0040 - AOE轨道数据

9小时前 2025-07-26T11:04:03+0000 2025-07-26T11:04:03+0000
ONEWEB-0040
1 45147U 20008S   25207.46114280  .00000705  00000-0  19845-2 0  9994
2 45147  87.8813 101.2508 0001839  77.6890 282.4443 13.10375468265999
1天前 2025-07-25T05:44:46+0000 2025-07-25T05:44:46+0000
ONEWEB-0040
1 45147U 20008S   25206.23942458  .00000710  00000-0  19970-2 0  9999
2 45147  87.8813 101.4941 0001854  77.9108 282.2227 13.10374029265040
2天前 2025-07-24T18:45:03+0000 2025-07-24T18:45:03+0000
ONEWEB-0040
1 45147U 20008S   25205.78127965  .00000685  00000-0  19252-2 0  9990
2 45147  87.8813 101.5853 0001854  78.0134 282.1202 13.10373526264989

              
import requests

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

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

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

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