FLOCK 1C 4 - AOE轨道数据

9小时前 2025-05-12T21:44:23+0800 2025-05-12T13:44:23+0000
FLOCK 1C 4
1 40031U 14033X   25132.57249329  .00043554  00000-0  11720-2 0  9997
2 40031  98.0891 138.5748 0007243  90.5421 269.6651 15.37718046593259
1天前 2025-05-12T06:07:19+0800 2025-05-11T22:07:19+0000
FLOCK 1C 4
1 40031U 14033X   25131.92175221  .00044631  00000-0  12030-2 0  9996
2 40031  98.0892 137.8582 0007311  92.0107 268.1973 15.37659757593155
2天前 2025-05-10T21:19:22+0800 2025-05-10T13:19:22+0000
FLOCK 1C 4
1 40031U 14033X   25130.55511550  .00047190  00000-0  12767-2 0  9993
2 40031  98.0891 136.3534 0007408  94.8648 265.3440 15.37530144592944

              
import requests

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

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

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

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