NSS 703 (INTELSAT 703) - AOE轨道数据

2天前 2025-07-24T05:00:00+0000 2025-07-24T05:00:00+0000
NSS 703 (INTELSAT 703)
1 23305U 94064A   25205.20833333  .00000000  00000-0  10000-7 0 00000
2 23305 011.1302 039.4251 0004414 245.6372 355.8463 00.99301392000000
3天前 2025-07-23T06:00:00+0000 2025-07-23T06:00:00+0000
NSS 703 (INTELSAT 703)
1 23305U 94064A   25204.25000000  .00000000  00000-0  10000-7 0 00000
2 23305 011.1273 039.4358 0004438 246.0058 012.8736 00.99301400000000
5天前 2025-07-21T01:00:00+0000 2025-07-21T01:00:00+0000
NSS 703 (INTELSAT 703)
1 23305U 94064A   25202.04166667  .00000000  00000-0  99999-8 0 00000
2 23305 011.1257 039.4526 0004549 245.1151 304.2907 00.99301608000000

              
import requests

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

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

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

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