STARLINK-6122 - AOE轨道数据

10小时前 2025-05-12T07:35:26+0800 2025-05-11T23:35:26+0000
STARLINK-6122
1 56128U 23046AN  25131.98294458 -.00000849  00000-0 -47821-4 0  9997
2 56128  43.0047 345.6861 0001280 272.9622  87.1074 15.02530894117368
1天前 2025-05-11T06:03:47+0800 2025-05-10T22:03:47+0000
STARLINK-6122
1 56128U 23046AN  25130.91928955  .00000773  00000-0  72319-4 0  9999
2 56128  43.0057 351.4649 0001204 274.8591  85.2114 15.02539313116661
2天前 2025-05-10T06:07:52+0800 2025-05-09T22:07:52+0000
STARLINK-6122
1 56128U 23046AN  25129.92212565 -.00000039  00000-0  12198-4 0  9996
2 56128  43.0052 356.8835 0001296 275.6348  84.4347 15.02537391116519

              
import requests

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

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

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

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

加载中...