INTELSAT 702 - AOE轨道数据

2天前 2025-05-03T02:00:00+0800 2025-05-02T18:00:00+0000
INTELSAT 702
1 23124U 94034A   25122.75000000  .00000000  00000-0  10000-7 0 00000
2 23124 010.2086 048.3086 0013746 023.3158 088.1377 00.98939370000000
3天前 2025-05-02T07:00:00+0800 2025-05-01T23:00:00+0000
INTELSAT 702
1 23124U 94034A   25121.95833333  .00000000  00000-0  10000-7 0 00000
2 23124 010.2069 048.3151 0013765 023.3197 166.1467 00.98938942000000
6天前 2025-04-29T05:00:00+0800 2025-04-28T21:00:00+0000
INTELSAT 702
1 23124U 94034A   25118.87500000  .00000000  00000-0  10000-7 0 00000
2 23124 010.1994 048.3365 0013694 023.4463 147.7686 00.98937192000000

              
import requests

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

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

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

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

加载中...

加载中...

加载中...