IRIDIUM 103 - AOE轨道数据

9小时前 2025-05-14T04:48:58+0800 2025-05-13T20:48:58+0000
IRIDIUM 103
1 41918U 17003B   25133.86734033  .00000026  00000-0  21822-5 0  9990
2 41918  86.3962 255.2436 0001954 110.2509 249.8897 14.34217770435996
1天前 2025-05-13T05:22:26+0800 2025-05-12T21:22:26+0000
IRIDIUM 103
1 41918U 17003B   25132.89058094  .00000054  00000-0  12298-4 0  9995
2 41918  86.3960 255.6519 0001925 109.7946 250.3457 14.34217940435859
2天前 2025-05-12T02:34:58+0800 2025-05-11T18:34:58+0000
IRIDIUM 103
1 41918U 17003B   25131.77428454  .00000082  00000-0  22313-4 0  9992
2 41918  86.3959 256.1187 0001879 109.4974 250.6425 14.34218064435698

              
import requests

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

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

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

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