INTELSAT 601 - AOE轨道数据

21小时前 2025-04-28T23:18:28+0800 2025-04-28T15:18:28+0000
INTELSAT 601
1 21765U 91075A   25118.63782502 -.00000176  00000-0  00000-0 0  9998
2 21765  12.9779  19.8860 0001562 330.4806 266.4694  0.99596598122246
2天前 2025-04-27T19:49:27+0800 2025-04-27T11:49:27+0000
INTELSAT 601
1 21765U 91075A   25117.49267234 -.00000151  00000-0  00000+0 0  9993
2 21765  12.9768  19.8940 0001601 329.1617 217.1826  0.99596399122173
3天前 2025-04-26T19:50:41+0800 2025-04-26T11:50:41+0000
INTELSAT 601
1 21765U 91075A   25116.49353416 -.00000130  00000-0  00000-0 0  9998
2 21765  12.9759  19.9010 0001630 328.0061 220.0884  0.99596191122228

              
import requests

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

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

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

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

加载中...

加载中...

加载中...