GLOBALSTAR M036 - AOE轨道数据

2天前 2025-07-23T19:00:00+0000 2025-07-23T19:00:00+0000
GLOBALSTAR M036
1 25623U 99004C   25204.79166667  .00000000  00000-0 -17146-2 0 00000
2 25623 051.9957 143.8400 0010975 117.7230 040.8819 11.86607547000000
6天前 2025-07-19T18:00:00+0000 2025-07-19T18:00:00+0000
GLOBALSTAR M036
1 25623U 99004C   25200.75000000  .00000000  00000-0  17740-3 0 00000
2 25623 051.9955 154.4926 0011137 111.6664 054.0706 11.86608086000000
7天前 2025-07-18T17:00:00+0000 2025-07-18T17:00:00+0000
GLOBALSTAR M036
1 25623U 99004C   25199.70833333  .00000000  00000-0  35701-3 0 00000
2 25623 051.9949 157.2380 0011083 109.7104 284.2530 11.86608321000000

              
import requests

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

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

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

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