STARLINK-30902 - AOE轨道数据

3天前 2025-07-24T03:00:00+0000 2025-07-24T03:00:00+0000
STARLINK-30902
1 58421U 23180V   25205.12500000  .00000000  00000-0  10896-5 0 00000
2 58421 042.9997 217.5971 0006242 087.6513 051.2928 15.02527107000000
50天前 2025-06-07T16:00:00+0000 2025-06-07T16:00:00+0000
STARLINK-30902
1 58421U 23180V   25158.66666667  .00000000  00000-0  57932-4 0 00000
2 58421 043.0014 110.0356 0006180 026.7155 164.7295 15.02549522000000
51天前 2025-06-06T03:00:00+0000 2025-06-06T03:00:00+0000
STARLINK-30902
1 58421U 23180V   25157.12500000  .00000000  00000-0 -97285-4 0 00000
2 58421 043.0021 118.4151 0001333 279.5277 203.1858 15.02528799000000

              
import requests

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

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

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

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