STARLINK-1625 - AOE轨道数据

1天前 2025-05-11T06:58:54+0800 2025-05-10T22:58:54+0000
STARLINK-1625
1 46131U 20057Q   25130.95756489  .00001125  00000-0  94418-4 0  9992
2 46131  53.0546 215.6375 0001333  74.8910 285.2226 15.06402970261389
2天前 2025-05-09T21:32:34+0800 2025-05-09T13:32:34+0000
STARLINK-1625
1 46131U 20057Q   25129.56428187  .00004602  00000-0  32754-3 0  9995
2 46131  53.0554 221.8925 0001318 101.2993 258.8144 15.06409846261763
3天前 2025-05-08T21:39:29+0800 2025-05-08T13:39:29+0000
STARLINK-1625
1 46131U 20057Q   25128.56908577  .00000044  00000-0  21843-4 0  9994
2 46131  53.0556 226.3605 0001385 102.2287 257.8857 15.06393703261024

              
import requests

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

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

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

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