INTELSAT 33E - AOE轨道数据

8小时前 2025-07-26T13:00:00+0000 2025-07-26T13:00:00+0000
INTELSAT 33E
1 41748U 16053B   25207.54166667  .00000000  00000-0  99999-8 0 00000
2 41748 000.7291 089.8724 0022481 178.4765 001.6702 01.00274429000000
1天前 2025-07-25T12:00:00+0000 2025-07-25T12:00:00+0000
INTELSAT 33E
1 41748U 16053B   25206.50000000  .00000000  00000-0  10000-7 0 00000
2 41748 000.7267 089.8982 0022528 178.5279 345.5562 01.00274868000000
2天前 2025-07-24T12:00:00+0000 2025-07-24T12:00:00+0000
INTELSAT 33E
1 41748U 16053B   25205.50000000  .00000000  00000-0  99999-8 0 00000
2 41748 000.7244 089.9201 0022655 178.2430 344.8253 01.00275164000000

              
import requests

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

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

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

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