COSMOS 1464 - AOE轨道数据

23小时前 2025-05-08T08:00:00+0800 2025-05-08T00:00:00+0000
COSMOS 1464
1 14084U 83048A   25128.00000000  .00000000  00000-0  70124-4 0 00000
2 14084 082.9432 145.2053 0031474 079.9126 313.5866 13.74653181000000
13天前 2025-04-25T09:00:00+0800 2025-04-25T01:00:00+0000
COSMOS 1464
1 14084U 83048A   25115.04166667  .00000000  00000-0  76541-4 0 00000
2 14084 082.9456 154.7944 0031375 114.2188 267.8942 13.74651051000000
30天前 2025-04-09T00:00:00+0800 2025-04-08T16:00:00+0000
COSMOS 1464
1 14084U          25098.66666667  .00000000  00000-0  75160-4 0 00000
2 14084 082.9488 166.9074 0030559 158.5730 233.5872 13.74648675000000

              
import requests

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

params = {
    'catId': 14084,
    'channel': 'KY',
    'format': 'TLE'
}

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

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