GLOBALSTAR M083 - AOE轨道数据

1天前 2025-05-12T23:00:00+0800 2025-05-12T15:00:00+0000
GLOBALSTAR M083
1 37739U 11033A   25132.62500000  .00000000  00000-0  38849-4 0 00000
2 37739 051.9834 152.3872 0000232 124.6090 303.7131 12.62263834000000
5天前 2025-05-08T08:00:00+0800 2025-05-08T00:00:00+0000
GLOBALSTAR M083
1 37739U 11033A   25128.00000000  .00000000  00000-0 -22961-4 0 00000
2 37739 051.9837 166.4731 0000383 135.1287 146.2670 12.62263669000000
14天前 2025-04-29T02:00:00+0800 2025-04-28T18:00:00+0000
GLOBALSTAR M083
1 37739U 11033A   25118.75000000  .00000000  00000-0  22415-3 0 00000
2 37739 051.9850 194.6425 0000565 127.7383 219.8083 12.62263419000000

              
import requests

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

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

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

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