NAVSTAR 29 (USA 87) - AOE轨道数据

2天前 2025-07-25T21:00:00+0000 2025-07-25T21:00:00+0000
NAVSTAR 29 (USA 87)
1 22275U 92089A   25206.87500000  .00000000  00000-0  99999-8 0 00000
2 22275 054.9467 139.6361 0071730 075.2545 114.7300 01.88246779000000
144天前 2025-03-05T19:00:00+0000 2025-03-05T19:00:00+0000
NAVSTAR 29 (USA 87)
1 22275U          25064.79166667  .00000000  00000-0  10000-7 0 00000
2 22275 054.9185 144.5092 0070291 074.0280 304.7277 01.88246571000000
146天前 2025-03-03T16:00:00+0000 2025-03-03T16:00:00+0000
NAVSTAR 29 (USA 87)
1 22275U          25062.66666667  .00000000  00000-0  99999-8 0 00000
2 22275 054.9179 144.5819 0070246 073.9817 304.6426 01.88246602000000

              
import requests

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

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

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

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