RADUGA 12 - AOE轨道数据

1天前 2025-05-04T21:00:00+0800 2025-05-04T13:00:00+0000
RADUGA 12
1 13974U 83028A   25124.54166667  .00000000  00000-0  10000-7 0 00000
2 13974 009.0433 309.2322 0001200 068.0612 122.6691 01.00288214000000
5天前 2025-05-01T09:00:00+0800 2025-05-01T01:00:00+0000
RADUGA 12
1 13974U 83028A   25121.04166667  .00000000  00000-0  10000-7 0 00000
2 13974 009.0503 309.2616 0001246 065.6548 301.3896 01.00288683000000
11天前 2025-04-25T02:00:00+0800 2025-04-24T18:00:00+0000
RADUGA 12
1 13974U 83028A   25114.75000000  .00000000  00000-0  10000-7 0 00000
2 13974 009.0634 309.3061 0001229 056.5455 198.8664 01.00289552000000

              
import requests

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

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

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

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

加载中...

加载中...

加载中...