STARLINK-1781 - AOE轨道数据

11小时前 2025-05-13T16:44:54+0800 2025-05-13T08:44:54+0000
STARLINK-1781
1 46685U 20073R   25133.36450863  .00000959  00000-0  83255-4 0  9990
2 46685  53.0543 165.0999 0000865  89.7102 270.3986 15.06405686251640
1天前 2025-05-12T16:51:49+0800 2025-05-12T08:51:49+0000
STARLINK-1781
1 46685U 20073R   25132.36931152  .00001608  00000-0  12680-3 0  9999
2 46685  53.0531 169.5670 0000864  94.1086 266.0002 15.06400682251970
2天前 2025-05-12T04:07:30+0800 2025-05-11T20:07:30+0000
STARLINK-1781
1 46685U 20073R   25131.83853692  .00001389  00000-0  11210-3 0  9996
2 46685  53.0531 171.9503 0000855  93.1398 266.9689 15.06400212251415

              
import requests

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

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

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

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