GALAXY 31 - AOE轨道数据

1天前 2025-04-29T18:00:00+0800 2025-04-29T10:00:00+0000
GALAXY 31
1 54243U 22153A   25119.41666667  .00000000  00000-0  10000-7 0 00000
2 54243 000.0076 177.6881 0001195 211.4579 217.4684 01.00271757000000
2天前 2025-04-28T18:00:00+0800 2025-04-28T10:00:00+0000
GALAXY 31
1 54243U 22153A   25118.41666667  .00000000  00000-0  10000-7 0 00000
2 54243 000.0036 181.6477 0001215 206.5080 217.4726 01.00271513000000
5天前 2025-04-25T18:00:00+0800 2025-04-25T10:00:00+0000
GALAXY 31
1 54243U 22153A   25115.41666667  .00000000  00000-0  10000-7 0 00000
2 54243 000.0121 179.0852 0001200 210.3604 213.2368 01.00272129000000

              
import requests

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

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

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

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

加载中...

加载中...

加载中...