TIANPING-3A02 - AOE轨道数据

20小时前 2025-07-25T23:00:00+0000 2025-07-25T23:00:00+0000
TIANPING-3A02
1 63432U 25068A   25206.95833333  .00000000  00000-0  35440-3 0 00000
2 63432 043.0047 333.7933 0239323 068.1175 113.7954 14.83235543000000
49天前 2025-06-07T00:00:00+0000 2025-06-07T00:00:00+0000
TIANPING-3A02
1 63432U 25068A   25158.00000000  .00000000  00000-0  39687-3 0 00000
2 63432 043.0033 232.1335 0241107 133.2192 081.8821 14.82883226000000

              
import requests

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

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

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

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