GAOFEN 12 (02) - AOE轨道数据

9小时前 2025-07-25T18:36:43+0000 2025-07-25T18:36:43+0000
GAOFEN 12 (02)
1 48079U 21026A   25206.77550064  .00000423  00000-0  62198-4 0  9997
2 48079  97.9756 201.5171 0002129 162.4830 197.6455 14.80445922233462
1天前 2025-07-24T23:08:48+0000 2025-07-24T23:08:48+0000
GAOFEN 12 (02)
1 48079U 21026A   25205.96444057  .00000426  00000-0  62612-4 0  9995
2 48079  97.9755 200.7109 0002067 164.6247 195.5028 14.80445191233348
2天前 2025-07-23T14:42:15+0000 2025-07-23T14:42:15+0000
GAOFEN 12 (02)
1 48079U 21026A   25204.61267297  .00000439  00000-0  64329-4 0  9996
2 48079  97.9755 199.3673 0001950 168.0310 192.0949 14.80443934233141

              
import requests

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

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

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

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