GLOBALSTAR M078 - AOE轨道数据

14小时前 2025-05-12T18:00:00+0800 2025-05-12T10:00:00+0000
GLOBALSTAR M078
1 39076U 13005E   25132.41666667  .00000000  00000-0 -11189-3 0 00000
2 39076 051.9879 064.0676 0001382 090.0057 113.0209 12.62261584000000
6天前 2025-05-07T01:00:00+0800 2025-05-06T17:00:00+0000
GLOBALSTAR M078
1 39076U 13005E   25126.70833333  .00000000  00000-0  37204-4 0 00000
2 39076 051.9868 081.4503 0001326 082.8036 088.1205 12.62261616000000
17天前 2025-04-26T02:00:00+0800 2025-04-25T18:00:00+0000
GLOBALSTAR M078
1 39076U 13005E   25115.75000000  .00000000  00000-0  11102-3 0 00000
2 39076 051.9844 114.8223 0001136 070.1304 320.3277 12.62261619000000

              
import requests

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

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

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

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