📊 多地址选址对比分析

基于高德开放平台 · 共 {{ addresses | length }} 个候选地址 · {{ timestamp }}

🏆 综合推荐排名

{% for a in addresses %}
{{ a.name }}
{% endfor %}

📡 多维度雷达对比

{% for name, dataset in radar_charts.items() %}

{{ name }}

{% endfor %}

📈 综合评分排行

{% for b in score_bars %}
{{ b.name }}
{{ b.total_score }}
{{ b.total_score }}
{% endfor %}

📋 详细数据对比表

{% for a in addresses %}{% endfor %} {% for v in table_data.competitor_count %}{% endfor %} {% for v in table_data.facility_count %}{% endfor %} {% for v in table_data.metro_count %}{% endfor %} {% for v in table_data.residence_count %}{% endfor %} {% for v in table_data.commercial_count %}{% endfor %} {% for v in table_data.traffic_status %}{% endfor %}
维度{{ a.name }}✅ 最优
🔴 竞品数量(少好){{ v }}{{ table_data.competitor_best }}
🔵 配套设施(多好){{ v }}{{ table_data.facility_best }}
🚇 地铁站{{ v }}{{ table_data.metro_best }}
🏠 住宅小区{{ v }}{{ table_data.residence_best }}
🏢 商场/写字楼{{ v }}{{ table_data.commercial_best }}
🚦 交通状态{{ v }}{{ table_data.traffic_best }}