STARLINK-11162 - AOE轨道数据

15小时前 2025-05-05T03:19:26+0800 2025-05-04T19:19:26+0000
STARLINK-11162
1 60123U 24118L   25124.80516618  .00031660  00000-0  26501-3 0  9990
2 60123  53.1557 303.6448 0000733 104.2741 255.8358 15.69725635 50202
1天前 2025-05-04T04:24:11+0800 2025-05-03T20:24:11+0000
STARLINK-11162
1 60123U 24118L   25123.85012789  .00004793  00000-0  44390-4 0  9998
2 60123  53.1569 308.3503 0000605  97.1149 262.9937 15.69708873 49338
2天前 2025-05-03T07:00:36+0800 2025-05-02T23:00:36+0000
STARLINK-11162
1 60123U 24118L   25122.95875370  .00007815  00000-0  69337-4 0  9997
2 60123  53.1562 312.7438 0001113 128.6203 231.4915 15.69697536 49917

              
import requests

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

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

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

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

加载中...

加载中...

加载中...