GLOBALSTAR M096 - AOE轨道数据

13小时前 2025-07-25T13:00:00+0000 2025-07-25T13:00:00+0000
GLOBALSTAR M096
1 39075U 13005D   25206.54166667  .00000000  00000-0 -48654-4 0 00000
2 39075 052.0070 113.8840 0000753 026.5332 095.0519 12.62265872000000
2天前 2025-07-23T21:00:00+0000 2025-07-23T21:00:00+0000
GLOBALSTAR M096
1 39075U 13005D   25204.87500000  .00000000  00000-0 -73587-4 0 00000
2 39075 052.0088 118.9574 0000704 021.9316 082.3744 12.62265689000000
6天前 2025-07-19T16:00:00+0000 2025-07-19T16:00:00+0000
GLOBALSTAR M096
1 39075U 13005D   25200.66666667  .00000000  00000-0  92126-4 0 00000
2 39075 052.0073 131.7665 0000632 009.5954 042.0979 12.62265685000000

              
import requests

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

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

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

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