JILIN-01 GAOFEN 3B - AOE轨道数据

8小时前 2025-07-26T12:23:33+0000 2025-07-26T12:23:33+0000
JILIN-01 GAOFEN 3B
1 46454U 20065A   25207.51635934  .00025826  00000-0  52786-3 0  9992
2 46454  97.2788 255.5460 0003994 205.3383 154.7671 15.46124404269494
1天前 2025-07-25T17:45:11+0000 2025-07-25T17:45:11+0000
JILIN-01 GAOFEN 3B
1 46454U 20065A   25206.73970552  .00026069  00000-0  53360-3 0  9992
2 46454  97.2790 254.7664 0003854 207.9380 152.1663 15.46080494269374
1天前 2025-07-24T21:33:34+0000 2025-07-24T21:33:34+0000
JILIN-01 GAOFEN 3B
1 46454U 20065A   25205.89830579  .00029648  00000-0  60731-3 0  9998
2 46454  97.2794 253.9215 0003713 211.0728 149.0302 15.46034144269249

              
import requests

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

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

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

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