STARLINK-4082 - AOE轨道数据

2天前 2025-07-23T18:00:00+0000 2025-07-23T18:00:00+0000
STARLINK-4082
1 52658U 22053C   25204.75000000  .00000000  00000-0  87130-4 0 00000
2 52658 053.2192 101.8776 0001749 067.3381 188.3496 15.08839006000000
4天前 2025-07-22T13:00:00+0000 2025-07-22T13:00:00+0000
STARLINK-4082
1 52658U 22053C   25203.54166667  .00000000  00000-0  15619-4 0 00000
2 52658 053.2186 107.3021 0001503 084.0573 084.5564 15.08856215000000
8天前 2025-07-17T23:00:00+0000 2025-07-17T23:00:00+0000
STARLINK-4082
1 52658U 22053C   25198.95833333  .00000000  00000-0  35870-4 0 00000
2 52658 053.2179 127.8759 0001450 078.4714 020.7682 15.08843066000000

              
import requests

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

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

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

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