IRIDIUM 128 - AOE轨道数据

18小时前 2025-05-08T11:11:43+0800 2025-05-08T03:11:43+0000
IRIDIUM 128
1 42811U 17039J   25128.13313496  .00000341  00000-0  11487-3 0  9996
2 42811  86.4024 194.4106 0002679 100.1666 259.9832 14.34218318411921
23小时前 2025-05-08T06:10:19+0800 2025-05-07T22:10:19+0000
IRIDIUM 128
1 42811U 17039J   25127.92382946  .00000328  00000-0  11013-3 0  9998
2 42811  86.4024 194.4980 0002673 100.3178 259.8319 14.34218077411892
2天前 2025-05-07T01:42:23+0800 2025-05-06T17:42:23+0000
IRIDIUM 128
1 42811U 17039J   25126.73776472  .00000290  00000-0  96405-4 0  9994
2 42811  86.4026 194.9928 0002654 101.1949 258.9545 14.34217255411725

              
import requests

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

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

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

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