ONEWEB-0183 - AOE轨道数据

10小时前 2025-07-25T22:49:14+0000 2025-07-25T22:49:14+0000
ONEWEB-0183
1 48219U 21031K   25206.95085205  .00000164  00000-0  40727-3 0  9994
2 48219  87.9063 354.6333 0001705 101.7380 258.3941 13.14502476205461
1天前 2025-07-24T21:14:41+0000 2025-07-24T21:14:41+0000
ONEWEB-0183
1 48219U 21031K   25205.88520196  .00000001  00000-0 -33038-4 0  9997
2 48219  87.9060 354.8447 0001709 102.2330 257.8991 13.14502549205326
2天前 2025-07-23T21:29:46+0000 2025-07-23T21:29:46+0000
ONEWEB-0183
1 48219U 21031K   25204.89566977 -.00000112  00000-0 -33632-3 0  9997
2 48219  87.9059 355.0410 0001694 100.2077 259.9243 13.14502599205199

              
import requests

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

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

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

print(response.text)
          
3D轨道图
2D轨道图
查看目标详情