GLOBALSTAR M065 - AOE轨道数据

12小时前 2025-05-11T06:16:23+0800 2025-05-10T22:16:23+0000
GLOBALSTAR M065
1 31571U 07020A   25130.92804626 -.00000045  00000-0  32762-3 0  9997
2 31571  51.9910 339.6735 0009678 222.4549 224.5644 12.62006859828709
1天前 2025-05-10T07:46:11+0800 2025-05-09T23:46:11+0000
GLOBALSTAR M065
1 31571U 07020A   25129.99040583 -.00000049  00000-0  30479-3 0  9993
2 31571  51.9911 342.5273 0009692 220.2980 284.7372 12.62006699828585
2天前 2025-05-09T07:01:32+0800 2025-05-08T23:01:32+0000
GLOBALSTAR M065
1 31571U 07020A   25128.95940338 -.00000049  00000-0  30858-3 0  9996
2 31571  51.9912 345.6654 0009714 217.8861 280.7953 12.62006603828450

              
import requests

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

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

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

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