ORBCOMM FM 9 - AOE轨道数据

3天前 2025-07-24T01:00:00+0000 2025-07-24T01:00:00+0000
ORBCOMM FM 9
1 25116U 97084E   25205.04166667  .00000000  00000-0  33586-3 0 00000
2 25116 045.0132 194.8012 0005883 003.6452 194.5242 14.45311359000000
7天前 2025-07-19T21:00:00+0000 2025-07-19T21:00:00+0000
ORBCOMM FM 9
1 25116U 97084E   25200.87500000  .00000000  00000-0  23899-3 0 00000
2 25116 045.0133 214.7876 0006223 343.1291 114.1623 14.45306494000000
13天前 2025-07-13T07:00:00+0000 2025-07-13T07:00:00+0000
ORBCOMM FM 9
1 25116U 97084E   25194.29166667  .00000000  00000-0  18850-3 0 00000
2 25116 045.0135 246.3640 0006663 310.8357 059.3250 14.45297175000000

              
import requests

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

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

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

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