GLOBALSTAR M046 - AOE轨道数据

11小时前 2025-05-11T01:50:29+0800 2025-05-10T17:50:29+0000
GLOBALSTAR M046
1 25651U 99012C   25130.74339691 -.00000043  00000-0  50558-3 0  9997
2 25651  52.0080 344.1915 0002215 157.3392 278.9719 12.09408826179137
1天前 2025-05-10T04:04:03+0800 2025-05-09T20:04:03+0000
GLOBALSTAR M046
1 25651U 99012C   25129.83614334 -.00000055  00000-0  36629-3 0  9991
2 25651  52.0079 346.6908 0002219 155.8447 288.5869 12.09408643179020
2天前 2025-05-09T02:14:24+0800 2025-05-08T18:14:24+0000
GLOBALSTAR M046
1 25651U 99012C   25128.76000112 -.00000059  00000-0  32581-3 0  9992
2 25651  52.0080 349.6554 0002222 154.0188 282.8777 12.09408567178893

              
import requests

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

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

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

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