GALILEO 22 (2C8) - AOE轨道数据

3天前 2025-04-28T16:00:00+0800 2025-04-28T08:00:00+0000
GALILEO 22 (2C8)
1 43058U 17079D   25118.33333333  .00000000  00000-0  99999-8 0 00000
2 43058 055.2095 232.9169 0002826 270.0401 019.9083 01.70474637000000
4天前 2025-04-28T05:00:00+0800 2025-04-27T21:00:00+0000
GALILEO 22 (2C8)
1 43058U 17079D   25117.87500000  .00000000  00000-0  99999-8 0 00000
2 43058 055.2098 232.9294 0002833 270.0729 098.5846 01.70474642000000
6天前 2025-04-26T10:00:00+0800 2025-04-26T02:00:00+0000
GALILEO 22 (2C8)
1 43058U 17079D   25116.08333333  .00000000  00000-0  99999-8 0 00000
2 43058 055.2110 232.9787 0002804 270.7487 078.3162 01.70474621000000

              
import requests

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

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

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

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

加载中...

加载中...

加载中...