ONEWEB-0372 - AOE轨道数据

3天前 2025-05-06T21:00:00+0800 2025-05-06T13:00:00+0000
ONEWEB-0372
1 49298U 21090V   25126.54166667  .00000000  00000-0  16576-3 0 00000
2 49298 087.9296 355.4227 0001816 079.3375 124.0619 13.20772997000000
80天前 2025-02-18T16:00:00+0800 2025-02-18T08:00:00+0000
ONEWEB-0372
1 49298U          25049.33333333  .00000000  00000-0  19913-3 0 00000
2 49298 087.9291 010.7227 0001900 093.3636 052.2588 13.20773697000000
81天前 2025-02-18T01:00:00+0800 2025-02-17T17:00:00+0000
ONEWEB-0372
1 49298U          25048.37500000  .00000000  00000-0  87607-4 0 00000
2 49298 087.9299 010.9123 0001885 086.9100 184.6560 13.20772855000000

              
import requests

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

params = {
    'catId': 49298,
    'channel': 'KY',
    'format': 'TLE'
}

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

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