EUTELSAT 10B - AOE轨道数据

22小时前 2025-05-13T10:00:00+0800 2025-05-13T02:00:00+0000
EUTELSAT 10B
1 54259U 22157A   25133.08333333  .00000000  00000-0  17266-5 0 00000
2 54259 000.0340 081.6431 0001819 035.9839 153.4351 01.00269280000000
1天前 2025-05-12T11:00:00+0800 2025-05-12T03:00:00+0000
EUTELSAT 10B
1 54259U 22157A   25132.12500000  .00000000  00000-0  10000-7 0 00000
2 54259 000.0038 102.7409 0001556 000.6513 181.7470 01.00271669000000
2天前 2025-05-12T07:00:00+0800 2025-05-11T23:00:00+0000
EUTELSAT 10B
1 54259U 22157A   25131.95833333  .00000000  00000-0  10000-7 0 00000
2 54259 000.0327 098.1134 0001464 013.4187 113.4335 01.00266257000000

              
import requests

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

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

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

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

加载中...