QZS-3 - AOE轨道数据

1天前 2025-05-08T04:00:00+0800 2025-05-07T20:00:00+0000
QZS-3
1 42917U 17048A   25127.83333333  .00000000  00000-0  10000-7 0 00000
2 42917 000.0556 207.7719 0003341 206.3251 238.8471 01.00274032000000
3天前 2025-05-06T02:00:00+0800 2025-05-05T18:00:00+0000
QZS-3
1 42917U 17048A   25125.75000000  .00000000  00000-0  10000-7 0 00000
2 42917 000.0572 212.5264 0003230 198.3326 210.0102 01.00274869000000
4天前 2025-05-05T01:00:00+0800 2025-05-04T17:00:00+0000
QZS-3
1 42917U 17048A   25124.70833333  .00000000  00000-0  99999-8 0 00000
2 42917 000.0586 214.6644 0003180 195.2053 194.9598 01.00275284000000

              
import requests

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

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

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

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