ONEWEB-0344 - AOE轨道数据

9小时前 2025-05-12T03:35:27+0800 2025-05-11T19:35:27+0000
ONEWEB-0344
1 49210U 21083AA  25131.81628842  .00000364  00000-0  96141-3 0  9998
2 49210  87.9000  40.0395 0002184  89.8851 270.2528 13.13471085178204
1天前 2025-05-11T07:28:48+0800 2025-05-10T23:28:48+0000
ONEWEB-0344
1 49210U 21083AA  25130.97833498  .00000181  00000-0  45958-3 0  9996
2 49210  87.9001  40.2059 0002167  90.1654 269.9724 13.13470420178093
2天前 2025-05-10T02:13:40+0800 2025-05-09T18:13:40+0000
ONEWEB-0344
1 49210U 21083AA  25129.75949209  .00000039  00000-0  71140-4 0  9993
2 49210  87.9001  40.4477 0002144  89.5237 270.6138 13.13470292177930

              
import requests

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

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

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

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

加载中...