BD-17 - AOE轨道数据

23小时前 2025-07-25T17:23:39+0000 2025-07-25T17:23:39+0000
BD-17
1 40549U 15019A   25206.72475390 -.00000177  00000-0  00000-0 0  9996
2 40549  49.8127 299.3934 0040952 193.6976 166.3041  1.00269428 37794
1天前 2025-07-24T19:31:53+0000 2025-07-24T19:31:53+0000
BD-17
1 40549U 15019A   25205.81380280 -.00000179  00000-0  00000+0 0  9999
2 40549  49.8144 299.4043 0040972 193.6549 197.5148  1.00269516 37784
3天前 2025-07-23T15:42:42+0000 2025-07-23T15:42:42+0000
BD-17
1 40549U 15019A   25204.65465122 -.00000182  00000-0  00000+0 0  9993
2 40549  49.8166 299.4183 0040999 193.6096 139.1327  1.00269623 37778

              
import requests

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

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

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

print(response.text)
          
3D轨道图
2D轨道图
查看目标详情