GLOBALSTAR M015 - AOE轨道数据

15小时前 2025-05-14T04:42:44+0800 2025-05-13T20:42:44+0000
GLOBALSTAR M015
1 25308U 98023C   25133.86300497 -.00000075  00000-0 -37827-4 0  9996
2 25308  51.9850  38.2977 0012979  16.3987  71.5923 11.48859244190504
1天前 2025-05-13T05:41:37+0800 2025-05-12T21:41:37+0000
GLOBALSTAR M015
1 25308U 98023C   25132.90389752 -.00000075  00000-0 -34543-4 0  9993
2 25308  51.9849  40.6427 0012966  14.6194  64.9017 11.48859266190027
2天前 2025-05-12T04:39:33+0800 2025-05-11T20:39:33+0000
GLOBALSTAR M015
1 25308U 98023C   25131.86079300 -.00000077  00000-0 -73072-4 0  9994
2 25308  51.9844  43.1931 0012944  12.7342  70.7646 11.48859251189902

              
import requests

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

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

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

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

加载中...