STARLINK-6049 - AOE轨道数据

1天前 2025-05-06T03:58:20+0800 2025-05-05T19:58:20+0000
STARLINK-6049
1 56796U 23078AF  25125.83217991  .00000669  00000-0  63832-4 0  9995
2 56796  70.0005  40.7768 0003124 270.4904  89.5897 14.98328278106561
2天前 2025-05-05T03:56:21+0800 2025-05-04T19:56:21+0000
STARLINK-6049
1 56796U 23078AF  25124.83080167 -.00003330  00000-0 -27169-3 0  9999
2 56796  70.0014  43.3014 0002946 270.4748  89.6073 14.98296544106412
3天前 2025-05-04T05:30:26+0800 2025-05-03T21:30:26+0000
STARLINK-6049
1 56796U 23078AF  25123.89612858  .00000049  00000-0  11889-4 0  9997
2 56796  70.0012  45.6575 0002632 268.0304  92.0553 14.98332200106275

              
import requests

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

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

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

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

加载中...

加载中...

加载中...