ICEYE-X31 - AOE轨道数据

6小时前 2025-07-26T13:14:36+0000 2025-07-26T13:14:36+0000
ICEYE-X31
1 58288U 23174AJ  25207.55180445  .00011956  00000-0  51558-3 0  9995
2 58288  97.4152 280.5947 0004142  54.5304 305.6319 15.22692967 95019
1天前 2025-07-25T18:19:02+0000 2025-07-25T18:19:02+0000
ICEYE-X31
1 58288U 23174AJ  25206.76321768  .00010333  00000-0  44633-3 0  9996
2 58288  97.4155 279.8164 0004209  56.6005 303.5634 15.22673082 94898
1天前 2025-07-24T20:14:11+0000 2025-07-24T20:14:11+0000
ICEYE-X31
1 58288U 23174AJ  25205.84318768  .00011245  00000-0  48568-3 0  9994
2 58288  97.4158 278.9081 0004295  59.5604 300.6057 15.22653079 94757

              
import requests

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

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

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

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