COSMOS 2323 (GLONASS) - AOE轨道数据

2天前 2025-05-09T17:28:19+0800 2025-05-09T09:28:19+0000
COSMOS 2323 (GLONASS)
1 23736U 95068C   25129.39466821 -.00000001  00000-0  00000+0 0  9998
2 23736  65.4616 215.6959 0009212 189.4633 237.4184  2.13103891228858
3天前 2025-05-08T18:32:11+0800 2025-05-08T10:32:11+0000
COSMOS 2323 (GLONASS)
1 23736U 95068C   25128.43901324 -.00000014  00000-0  00000-0 0  9999
2 23736  65.4616 215.7269 0009206 189.4001 224.3311  2.13103873228582
4天前 2025-05-07T20:47:00+0800 2025-05-07T12:47:00+0000
COSMOS 2323 (GLONASS)
1 23736U 95068C   25127.53264322 -.00000026  00000-0  00000-0 0  9992
2 23736  65.4617 215.7562 0009199 189.3703 249.0208  2.13103867228568

              
import requests

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

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

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

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