QZS-4 - AOE轨道数据

16天前 2025-07-10T07:14:28+0000 2025-07-10T07:14:28+0000
QZS-4
1 42965U 17062A   25191.30171324 -.00000335  00000-0  00000+0 0  9992
2 42965  40.3162 347.8530 0744959 271.9338 271.5595  1.00244399 28371
26天前 2025-06-30T07:17:22+0000 2025-06-30T07:17:22+0000
QZS-4
1 42965U 17062A   25181.30372501 -.00000378  00000-0  00000+0 0  9998
2 42965  40.3210 347.9770 0745316 271.8175 263.4720  1.00247515 28270
27天前 2025-06-29T06:57:22+0000 2025-06-29T06:57:22+0000
QZS-4
1 42965U 17062A   25180.28983596 -.00000378  00000-0  00000-0 0  9997
2 42965  40.3215 347.9898 0745409 271.7992 257.5796  1.00247670 28274

              
import requests

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

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

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

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