STARLINK-11351 - AOE轨道数据

19小时前 2025-05-11T08:55:39+0800 2025-05-11T00:55:39+0000
STARLINK-11351
1 61886U 24204N   25131.03864751  .00003142  00000-0  30818-4 0  9991
2 61886  53.1585  47.9426 0001194  83.6937 276.4217 15.69683589 29382
1天前 2025-05-10T10:00:23+0800 2025-05-10T02:00:23+0000
STARLINK-11351
1 61886U 24204N   25130.08359984 -.00001487  00000-0 -74178-5 0  9992
2 61886  53.1584  52.6481 0001031  80.0758 280.0376 15.69716306 29232
2天前 2025-05-09T12:36:49+0800 2025-05-09T04:36:49+0000
STARLINK-11351
1 61886U 24204N   25129.19223082 -.00001846  00000-0 -10377-4 0  9990
2 61886  53.1594  57.0466 0001273  85.1372 274.9791 15.69715548 29095

              
import requests

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

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

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

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

加载中...