ONEWEB-0053 - AOE轨道数据

3天前 2025-05-07T18:00:00+0800 2025-05-07T10:00:00+0000
ONEWEB-0053
1 45157U 20008AC  25127.41666667  .00000000  00000-0  14027-3 0 00000
2 45157 087.8785 117.1935 0001845 078.2077 186.8639 13.10368720000000
54天前 2025-03-17T11:00:00+0800 2025-03-17T03:00:00+0000
ONEWEB-0053
1 45157U          25076.12500000  .00000000  00000-0  21815-2 0 00000
2 45157 087.8842 127.4067 0002371 098.2309 263.7740 13.10374411000000
55天前 2025-03-17T00:00:00+0800 2025-03-16T16:00:00+0000
ONEWEB-0053
1 45157U          25075.66666667  .00000000  00000-0  24290-2 0 00000
2 45157 087.8844 127.4982 0002413 101.9362 259.1794 13.10373625000000

              
import requests

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

params = {
    'catId': 45157,
    'channel': 'KY',
    'format': 'TLE'
}

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

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

加载中...