COSMOS 2205 (GLONASS) - AOE轨道数据

1天前 2025-07-25T08:31:36+0000 2025-07-25T08:31:36+0000
COSMOS 2205 (GLONASS)
1 22058U 92047C   25206.35527301 -.00000067  00000-0  00000-0 0  9994
2 22058  64.3668 313.7519 0019232 222.3494 148.5385  2.13102940256575
2天前 2025-07-24T09:33:39+0000 2025-07-24T09:33:39+0000
COSMOS 2205 (GLONASS)
1 22058U 92047C   25205.39836336 -.00000068  00000-0  00000-0 0  9999
2 22058  64.3674 313.7854 0019114 222.2443 134.5348  2.13102986256547
3天前 2025-07-23T11:14:39+0000 2025-07-23T11:14:39+0000
COSMOS 2205 (GLONASS)
1 22058U 92047C   25204.46850280 -.00000070  00000-0  00000-0 0  9993
2 22058  64.3681 313.8181 0019039 221.8898 141.5317  2.13102993256535

              
import requests

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

params = {
    'catId': 22058,
    'channel': 'INTERNATIONAL',
    'format': 'TLE'
}

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

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