STARLINK-6129 - AOE轨道数据

22小时前 2025-05-09T16:41:20+0800 2025-05-09T08:41:20+0000
STARLINK-6129
1 57116U 23090R   25129.36203636  .00000878  00000-0  80121-4 0  9991
2 57116  43.0028 128.3635 0001290 279.8081  80.2616 15.02522763104634
1天前 2025-05-08T15:09:40+0800 2025-05-08T07:09:40+0000
STARLINK-6129
1 57116U 23090R   25128.29837846 -.00005341  00000-0 -38053-3 0  9996
2 57116  43.0023 134.1431 0000592 287.0450  73.0328 15.02546956103339
2天前 2025-05-07T18:25:12+0800 2025-05-07T10:25:12+0000
STARLINK-6129
1 57116U 23090R   25127.43416240 -.00000236  00000-0 -24222-5 0  9995
2 57116  43.0040 138.8384 0001663 269.6052  90.4600 15.02530432103204

              
import requests

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

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

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

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