ONEWEB-0043 - AOE轨道数据

3小时前 2025-05-14T13:39:48+0800 2025-05-14T05:39:48+0000
ONEWEB-0043
1 45149U 20008U   25134.23597599  .00000611  00000-0  17144-2 0  9994
2 45149  87.8798 115.8131 0002222  74.8693 285.2680 13.10375105256715
11小时前 2025-05-14T06:19:59+0800 2025-05-13T22:19:59+0000
ONEWEB-0043
1 45149U 20008U   25133.93054696  .00000568  00000-0  15898-2 0  9991
2 45149  87.8797 115.8740 0002229  74.9338 285.2036 13.10374833255894
1天前 2025-05-13T06:30:35+0800 2025-05-12T22:30:35+0000
ONEWEB-0043
1 45149U 20008U   25132.93790110  .00000615  00000-0  17259-2 0  9994
2 45149  87.8796 116.0717 0002243  75.3960 284.7416 13.10373794255769

              
import requests

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

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

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

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