METEOSAT 12 (MTG I1) - AOE轨道数据

17小时前 2025-05-08T10:00:00+0800 2025-05-08T02:00:00+0000
METEOSAT 12 (MTG I1)
1 54743U 22170C   25128.08333333  .00000000  00000-0  99999-8 0 00000
2 54743 000.6561 036.3188 0001061 321.5441 257.8950 01.00271848000000
2天前 2025-05-06T07:00:00+0800 2025-05-05T23:00:00+0000
METEOSAT 12 (MTG I1)
1 54743U 22170C   25125.95833333  .00000000  00000-0  99999-8 0 00000
2 54743 000.6528 035.9706 0001094 314.5759 218.1175 01.00271211000000
4天前 2025-05-04T10:00:00+0800 2025-05-04T02:00:00+0000
METEOSAT 12 (MTG I1)
1 54743U 22170C   25124.08333333  .00000000  00000-0  10000-7 0 00000
2 54743 000.6500 035.7068 0001101 310.1821 265.9316 01.00270735000000

              
import requests

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

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

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

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