STARLINK-1476 - AOE轨道数据

1天前 2025-05-08T15:42:36+0800 2025-05-08T07:42:36+0000
STARLINK-1476
1 45753U 20038Z   25128.32124834  .00036941  00000-0  54826-3 0  9993
2 45753  53.0331 110.0058 0008361 332.1846  27.8716 15.54840214272096
2天前 2025-05-07T16:34:09+0800 2025-05-07T08:34:09+0000
STARLINK-1476
1 45753U 20038Z   25127.35705431  .00042224  00000-0  62690-3 0  9992
2 45753  53.0335 114.6680 0008349 328.9534  31.0981 15.54767283270839
3天前 2025-05-06T17:25:39+0800 2025-05-06T09:25:39+0000
STARLINK-1476
1 45753U 20038Z   25126.39281185  .00045355  00000-0  67455-3 0  9992
2 45753  53.0337 119.3299 0008340 325.5873  34.4595 15.54687777270689

              
import requests

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

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

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

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