COSMOS 2074 - AOE轨道数据

1天前 2025-05-12T02:58:18+0800 2025-05-11T18:58:18+0000
COSMOS 2074
1 20577U 90036A   25131.79048111  .00000056  00000-0  42587-4 0  9993
2 20577  82.9458  43.4510 0025597 246.1936 168.0959 13.74839811758570
2天前 2025-05-11T02:30:54+0800 2025-05-10T18:30:54+0000
COSMOS 2074
1 20577U 90036A   25130.77145542  .00000056  00000-0  42984-4 0  9997
2 20577  82.9458  44.2055 0025571 249.1911 164.3515 13.74839737758430
3天前 2025-05-10T03:50:08+0800 2025-05-09T19:50:08+0000
COSMOS 2074
1 20577U 90036A   25129.82647828  .00000050  00000-0  36744-4 0  9996
2 20577  82.9457  44.9050 0025557 251.9725 167.1145 13.74839631758308

              
import requests

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

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

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

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

加载中...