IRIDIUM 42 - AOE轨道数据

13小时前 2025-05-14T03:55:10+0800 2025-05-13T19:55:10+0000
IRIDIUM 42
1 25077U 97077A   25133.82997174  .00000400  00000-0  13002-3 0  9995
2 25077  86.3958 253.7319 0001742 113.1251 247.0130 14.36325630436261
1天前 2025-05-13T04:30:41+0800 2025-05-12T20:30:41+0000
IRIDIUM 42
1 25077U 97077A   25132.85464439  .00000407  00000-0  13253-3 0  9995
2 25077  86.3956 254.1411 0001709 112.3247 247.8131 14.36324935436127
2天前 2025-05-12T03:25:54+0800 2025-05-11T19:25:54+0000
IRIDIUM 42
1 25077U 97077A   25131.80965040  .00000422  00000-0  13751-3 0  9993
2 25077  86.3955 254.5795 0001662 111.5334 248.6040 14.36324133435971

              
import requests

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

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

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

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