ONEWEB-0037 - AOE轨道数据

8小时前 2025-05-14T04:27:51+0800 2025-05-13T20:27:51+0000
ONEWEB-0037
1 45440U 20020S   25133.85267740 -.00015135  00000-0 -42759-1 0  9999
2 45440  87.8813 100.5992 0002130  84.3412 275.7959 13.11497471250355
1天前 2025-05-13T06:29:32+0800 2025-05-12T22:29:32+0000
ONEWEB-0037
1 45440U 20020S   25132.93717121 -.00016413  00000-0 -46357-1 0  9998
2 45440  87.8811 100.7818 0002116  85.1506 274.9864 13.11521484250234
2天前 2025-05-11T17:52:19+0800 2025-05-11T09:52:19+0000
ONEWEB-0037
1 45440U 20020S   25131.41133500 -.00000299  00000-0 -87539-3 0  9997
2 45440  87.8809 101.0865 0002105  84.2794 275.8574 13.11659031250030

              
import requests

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

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

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

print(response.text)
          
3D轨道图
2D轨道图