{{dashError}}
监测点数
{{dash.total_points}}
{{dash.online_points===dash.total_points ? '全部在线' : (dash.online_points||0) + ' 个在线'}}
今日车流量
{{(dash.today_flow||0).toLocaleString()}}
较昨日 — 持平
较昨日 {{dash.today_flow>dash.yesterday_flow?'↑':'↓'}}{{Math.abs((dash.today_flow||0)-(dash.yesterday_flow||0)).toLocaleString()}}
平均车速
{{dash.avg_speed}} km/h
全市平均
拥堵指数
{{dash.avg_congestion}}
{{dash.avg_congestion<3?'畅通':dash.avg_congestion<5?'缓行':'拥堵'}}
24 小时流量趋势
各路段流量对比
实时出行建议
{{advice.period_tip}}
| 路段 | 拥堵指数 | 平均车速 | 状态 | 建议 |
|---|---|---|---|---|
| {{a.road}} | {{a.cong}} | {{a.speed}} km/h | {{a.level}} | {{a.tip}} |
暂无出行建议数据
最新监测数据
| 监测点 | 时间 | 车流量 | 平均车速 | 拥堵指数 |
|---|---|---|---|---|
| {{r.point_name}} | {{r.record_time}} | {{r.flow_count}} | {{r.avg_speed}} km/h | {{r.congestion_index}} |
暂无最新数据
交通流量数据
{{dataError}}
| ID | 监测点 | 时间 | 车流量 | 平均车速 | 占有率 | 拥堵指数 |
|---|---|---|---|---|---|---|
| {{r.id}} | {{r.point_name}} | {{r.record_time}} | {{r.flow_count}} | {{r.avg_speed}} | {{(r.occupancy_rate*100).toFixed(1)}}% | {{r.congestion_index}} |
|
暂无数据,请调整筛选条件后重新查询 | ||||||
共 {{flowTotal}} 条
第 {{flowPage}} / {{Math.ceil(flowTotal/20)}} 页
{{anaError}}
24 小时平均流量
星期分布
近 30 天每日流量趋势
各路段近 7 天对比
交通流量预测
{{predStatus}}
{{predMetrics.r2}}
R² 决定系数
{{predMetrics.mae}}
MAE 平均绝对误差
{{predMetrics.rmse}}
RMSE 均方根误差
{{predError}}
选择监测点和预测时长,点击“开始预测”生成预测结果
分析报告
暂无报告,点击上方按钮生成日报或周报
{{r.title}}
{{r.content}}
系统信息
{{sysError}}
| 系统名称 | 郴州交通流量分析与预测系统 |
| 版本 | v1.0 |
| 监测点数 | {{sysInfo.total_points||points.length||'--'}} 个 |
| 在线点位 | {{sysInfo.online_points||0}} / {{sysInfo.total_points||points.length||0}} 个 |
| 历史数据量 | {{sysInfo.row_count ? sysInfo.row_count.toLocaleString() : '--'}} 条 |
| 最新数据时间 | {{sysInfo.latest_data_time || '--'}} |
| 数据库 | {{sysInfo.db_status || '--'}} |
| 当前用户 | {{user.username}} {{user.role}} |
监测点列表
加载中...
| ID | 名称 | 所属道路 | 类型 | 经度 | 纬度 | 状态 |
|---|---|---|---|---|---|---|
| {{p.id}} | {{p.name}} | {{p.road_name}} | {{p.point_type}} | {{p.longitude}} | {{p.latitude}} | {{p.status===1 ? '在线' : '离线'}} |