NAVSTAR 67 (USA 239) - AOE轨道数据

1天前 2025-07-26T12:00:00+0000 2025-07-26T12:00:00+0000
NAVSTAR 67 (USA 239)
1 38833U 12053A   25207.50000000  .00000000  00000-0  10000-7 0 00000
2 38833 053.5425 156.9400 0168263 061.2716 120.6735 02.00563556000000
3天前 2025-07-24T13:00:00+0000 2025-07-24T13:00:00+0000
NAVSTAR 67 (USA 239)
1 38833U 12053A   25205.54166667  .00000000  00000-0  99999-8 0 00000
2 38833 053.5425 157.0201 0168216 061.2355 146.6814 02.00563487000000
5天前 2025-07-23T01:00:00+0000 2025-07-23T01:00:00+0000
NAVSTAR 67 (USA 239)
1 38833U 12053A   25204.04166667  .00000000  00000-0  10000-7 0 00000
2 38833 053.5425 157.0808 0168232 061.2183 143.6140 02.00563475000000

              
import requests

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

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

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

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