header: title: Bike Dashboard description: "Shows statistics about agents, who used bike as their main mode." layout: first: - type: tile height: 0.1 dataset: mean_travel_stats.csv second: - type: tile height: 0.1 dataset: cyclist_demo_stats.csv modalSplit: - type: plotly title: Modal split datasets: dataset: file: mode_share.csv constant: source: Base case aggregate: func: SUM groupBy: - main_mode target: share traces: - x: $dataset.share "y": $dataset.source orientation: h type: bar name: $dataset.main_mode layout: barmode: stack mergeDatasets: true income: - type: bar title: Bike users per income group - Policy dataset: bike_income_groups.csv x: income_group columns: - share useLastRow: false xAxisName: Income Group yAxisName: Share Agents stacked: false Avg. Speed: - type: map title: Simulated Average Speed per Link by bike height: 7.5 width: 2.0 center: - 14.5 - 51.53 zoom: 6.8 display: lineWidth: dataset: bike_traffic columnName: avg_speed join: link_id scaleFactor: 15.0 lineColor: dataset: bike_traffic columnName: avg_speed join: link_id colorRamp: reverse: true steps: 3 ramp: RdYlBu fill: {} fillHeight: {} radius: {} shapes: join: id file: network.avro datasets: bike_traffic: traffic_stats_by_link_daily_bike.csv