STARLINK-11341 - AOE轨道数据

13小时前 2025-05-02T14:27:58+0800 2025-05-02T06:27:58+0000
STARLINK-11341
1 61696U 24195K   25122.26942650 -.00001112  00000-0 -43169-5 0  9990
2 61696  53.1588 121.2948 0001099  72.6005 287.5133 15.69720046 30121
1天前 2025-05-01T15:32:44+0800 2025-05-01T07:32:44+0000
STARLINK-11341
1 61696U 24195K   25121.31439468 -.00002931  00000-0 -19333-4 0  9998
2 61696  53.1596 126.0035 0001314  76.4206 283.6959 15.69716274 29977
3天前 2025-04-29T13:07:09+0800 2025-04-29T05:07:09+0000
STARLINK-11341
1 61696U 24195K   25119.21330436 -.00000272  00000-0  26191-5 0  9995
2 61696  53.1590 136.3586 0001555  65.0448 295.0731 15.69709856 29642

              
import requests

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

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

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

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

加载中...

加载中...

加载中...