STARLINK-11115 - AOE轨道数据

22小时前 2025-05-10T16:45:58+0800 2025-05-10T08:45:58+0000
STARLINK-11115
1 60305U 24133E   25130.36525692  .00007908  00000-0  70185-4 0  9995
2 60305  53.1592 201.4970 0001260  89.2413 270.8750 15.69670611 46135
1天前 2025-05-09T19:22:23+0800 2025-05-09T11:22:23+0000
STARLINK-11115
1 60305U 24133E   25129.47387810  .00000250  00000-0  69283-5 0  9994
2 60305  53.1600 205.8934 0001327  97.5581 262.5588 15.69707479 45954
2天前 2025-05-08T20:27:08+0800 2025-05-08T12:27:08+0000
STARLINK-11115
1 60305U 24133E   25128.51883728  .00001315  00000-0  15711-4 0  9996
2 60305  53.1590 210.6002 0001174 103.7076 256.4073 15.69707206 45848

              
import requests

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

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

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

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

加载中...