GOES 4 - AOE轨道数据

22小时前 2025-05-12T15:18:27+0800 2025-05-12T07:18:27+0000
GOES 4
1 11964U 80074A   25132.30447638 -.00000241  00000-0  00000-0 0  9996
2 11964   8.8580 305.9712 0032847  99.8130 271.8952  0.99233613123469
1天前 2025-05-12T03:19:38+0800 2025-05-11T19:19:38+0000
GOES 4
1 11964U 80074A   25131.80529916 -.00000239  00000-0  00000-0 0  9997
2 11964   8.8591 305.9750 0032850  99.7778  93.5974  0.99233688123458
2天前 2025-05-11T03:21:25+0800 2025-05-10T19:21:25+0000
GOES 4
1 11964U 80074A   25130.80654492 -.00000234  00000-0  00000-0 0  9999
2 11964   8.8614 305.9827 0032857  99.7259  96.8398  0.99233791123440

              
import requests

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

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

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

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