COSMOS 2448 (GLONASS) - AOE轨道数据

2天前 2025-07-24T02:23:03+0000 2025-07-24T02:23:03+0000
COSMOS 2448 (GLONASS)
1 33468U 08067C   25205.09933851 -.00000012  00000-0  00000-0 0  9991
2 33468  64.6163  80.5771 0001727 212.2069 147.8596  2.13116695129049
5天前 2025-07-20T19:33:12+0000 2025-07-20T19:33:12+0000
COSMOS 2448 (GLONASS)
1 33468U 08067C   25201.81472663 -.00000031  00000-0  00000-0 0  9997
2 33468  64.6143  80.6905 0001732 217.3651 142.6870  2.13116642128977
6天前 2025-07-19T21:01:49+0000 2025-07-19T21:01:49+0000
COSMOS 2448 (GLONASS)
1 33468U 08067C   25200.87626549 -.00000033  00000-0  00000-0 0  9998
2 33468  64.6138  80.7229 0001810 221.3679 138.6806  2.13116623128954

              
import requests

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

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

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

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