STARLINK-1020 - AOE轨道数据

3小时前 2025-05-14T12:40:26+0800 2025-05-14T04:40:26+0000
STARLINK-1020
1 44725U 19074N   25134.19474807  .00001366  00000-0  11060-3 0  9995
2 44725  53.0539 111.1037 0001188  80.9633 279.1491 15.06401987303493
1天前 2025-05-13T14:22:54+0800 2025-05-13T06:22:54+0000
STARLINK-1020
1 44725U 19074N   25133.26590124  .00009583  00000-0  66208-3 0  9996
2 44725  53.0542 115.2724 0001225  84.0116 276.1012 15.06357297303184
2天前 2025-05-12T16:05:20+0800 2025-05-12T08:05:20+0000
STARLINK-1020
1 44725U 19074N   25132.33703189 -.00002542  00000-0 -15178-3 0  9990
2 44725  53.0546 119.4429 0001499  89.4055 270.7106 15.06400377303047

              
import requests

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

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

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

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