GAOFEN 3 03 - AOE轨道数据

5小时前 2025-05-13T12:42:23+0800 2025-05-13T04:42:23+0000
GAOFEN 3 03
1 52200U 22035A   25133.19610191  .00000058  00000-0  30652-4 0  9996
2 52200  98.4102 142.4951 0001063  72.0941 288.0364 14.42220698163205
13小时前 2025-05-13T04:22:52+0800 2025-05-12T20:22:52+0000
GAOFEN 3 03
1 52200U 22035A   25132.84921306  .00000050  00000-0  28329-4 0  9990
2 52200  98.4102 142.1531 0001070  71.9235 288.2071 14.42220596163156
1天前 2025-05-12T06:44:07+0800 2025-05-11T22:44:07+0000
GAOFEN 3 03
1 52200U 22035A   25131.94730202  .00000053  00000-0  29408-4 0  9995
2 52200  98.4102 141.2639 0001088  71.7244 288.4063 14.42220412163017

              
import requests

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

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

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

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