RADUGA 28 - AOE轨道数据

1天前 2025-05-06T02:00:00+0800 2025-05-05T18:00:00+0000
RADUGA 28
1 21821U 91087A   25125.75000000  .00000000  00000-0  10000-7 0 00000
2 21821 013.6669 344.0077 0005498 163.1676 066.1557 01.00182637000000
2天前 2025-05-05T00:00:00+0800 2025-05-04T16:00:00+0000
RADUGA 28
1 21821U 91087A   25124.66666667  .00000000  00000-0  99999-8 0 00000
2 21821 013.6677 344.0156 0005493 163.0947 035.5040 01.00182748000000
3天前 2025-05-03T23:00:00+0800 2025-05-03T15:00:00+0000
RADUGA 28
1 21821U 91087A   25123.62500000  .00000000  00000-0  10000-7 0 00000
2 21821 013.6686 344.0234 0005478 162.9828 019.9176 01.00182787000000

              
import requests

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

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

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

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

加载中...

加载中...

加载中...