INTELSAT 901 - AOE轨道数据

3天前 2025-07-22T22:00:00+0000 2025-07-22T22:00:00+0000
INTELSAT 901
1 26824U 01024A   25203.91666667  .00000000  00000-0  10000-7 0 00000
2 26824 000.3918 090.7249 0005512 038.7408 243.2276 00.98817693000000
8天前 2025-07-18T15:00:00+0000 2025-07-18T15:00:00+0000
INTELSAT 901
1 26824U 01024A   25199.62500000  .00000000  00000-0  99999-8 0 00000
2 26824 000.3801 090.7879 0005453 036.9842 158.1459 00.98819548000000
9天前 2025-07-17T13:00:00+0000 2025-07-17T13:00:00+0000
INTELSAT 901
1 26824U 01024A   25198.54166667  .00000000  00000-0  10000-7 0 00000
2 26824 000.3773 090.8588 0005439 036.2501 133.4029 00.98820050000000

              
import requests

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

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

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

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