GLOBALSTAR M004 - AOE轨道数据

10小时前 2025-05-06T06:20:45+0800 2025-05-05T22:20:45+0000
GLOBALSTAR M004
1 25163U 98008B   25125.93107081 -.00000106  00000-0 -78157-5 0  9998
2 25163  51.9985 183.0655 0003273 193.5012 337.9417 12.63395104256348
1天前 2025-05-05T05:39:24+0800 2025-05-04T21:39:24+0000
GLOBALSTAR M004
1 25163U 98008B   25124.90236359 -.00000091  00000-0  73510-4 0  9994
2 25163  51.9988 186.2037 0003301 191.1027 339.2737 12.63395206256312
2天前 2025-05-03T23:12:03+0800 2025-05-03T15:12:03+0000
GLOBALSTAR M004
1 25163U 98008B   25123.63336987 -.00000062  00000-0  23289-3 0  9996
2 25163  51.9990 190.0751 0003327 187.5156 328.3854 12.63395301256057

              
import requests

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

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

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

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

加载中...

加载中...

加载中...