GEESAT 1-05 - AOE轨道数据

11小时前 2025-05-08T12:28:14+0800 2025-05-08T04:28:14+0000
GEESAT 1-05
1 52789U 22058E   25128.18627262  .00005187  00000-0  47793-3 0  9994
2 52789  49.9879 301.4743 0001727  29.4182 330.6858 14.96087065159480
18小时前 2025-05-08T06:03:30+0800 2025-05-07T22:03:30+0000
GEESAT 1-05
1 52789U 22058E   25127.91910251  .00004599  00000-0  42634-3 0  9992
2 52789  49.9881 302.7371 0001731  29.3680 330.7361 14.96082991159440
1天前 2025-05-07T07:36:58+0800 2025-05-06T23:36:58+0000
GEESAT 1-05
1 52789U 22058E   25126.98400329  .00006198  00000-0  56685-3 0  9996
2 52789  49.9882 307.1561 0001883  28.8739 331.2308 14.96074079159308

              
import requests

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

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

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

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