GAOFEN 12 - AOE轨道数据

3天前 2025-07-22T11:00:00+0000 2025-07-22T11:00:00+0000
GAOFEN 12
1 44819U 19082A   25203.45833333  .00000000  00000-0  56050-4 0 00000
2 44819 097.8134 213.4681 0002758 030.5401 298.3806 14.80439554000000
4天前 2025-07-21T10:00:00+0000 2025-07-21T10:00:00+0000
GAOFEN 12
1 44819U 19082A   25202.41666667  .00000000  00000-0  53966-4 0 00000
2 44819 097.8134 212.4533 0002829 034.2780 146.3922 14.80432072000000
11天前 2025-07-14T09:00:00+0000 2025-07-14T09:00:00+0000
GAOFEN 12
1 44819U 19082A   25195.37500000  .00000000  00000-0  42559-4 0 00000
2 44819 097.8139 205.5954 0003344 051.1443 063.5306 14.80426339000000

              
import requests

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

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

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

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