NAVSTAR 74 (USA 262) - AOE轨道数据

1天前 2025-07-26T15:37:44+0000 2025-07-26T15:37:44+0000
NAVSTAR 74 (USA 262)
1 40730U 15033A   25207.65120034 -.00000035  00000-0  00000+0 0  9991
2 40730  54.2436 280.4935 0104310  25.2438 335.3373  2.00572971 73486
2天前 2025-07-25T03:43:59+0000 2025-07-25T03:43:59+0000
NAVSTAR 74 (USA 262)
1 40730U 15033A   25206.15554571 -.00000025  00000-0  00000-0 0  9992
2 40730  54.2448 280.5550 0104281  25.2456 335.3352  2.00572672 73430
3天前 2025-07-24T03:48:08+0000 2025-07-24T03:48:08+0000
NAVSTAR 74 (USA 262)
1 40730U 15033A   25205.15842751 -.00000019  00000-0  00000-0 0  9994
2 40730  54.2457 280.5960 0104268  25.2336 335.3449  2.00572867 73418

              
import requests

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

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

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

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