STARLINK-11370 - AOE轨道数据

1天前 2025-04-29T09:46:13+0800 2025-04-29T01:46:13+0000
STARLINK-11370
1 61584U 24187L   25119.07376559 -.00002568  00000-0 -16336-4 0  9992
2 61584  53.1584  47.3908 0000903  87.5135 272.5986 15.69727939 31331
2天前 2025-04-29T03:39:30+0800 2025-04-28T19:39:30+0000
STARLINK-11370
1 61584U 24187L   25118.81909539 -.00003603  00000-0 -24884-4 0  9991
2 61584  53.1587  48.6451 0001022  77.4295 282.6838 15.69720659 31294
3天前 2025-04-27T10:24:02+0800 2025-04-27T02:24:02+0000
STARLINK-11370
1 61584U 24187L   25117.10001937  .00001644  00000-0  18429-4 0  9996
2 61584  53.1588  57.1182 0001104  91.9497 268.1647 15.69708995 31024

              
import requests

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

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

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

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

加载中...

加载中...

加载中...