header: title: Car Traffic description: Traffic related analyses. layout: index_by_hour: - type: plotly title: Network congestion index for Primary Road description: by hour datasets: dataset: analysis/traffic/traffic_stats_primary_type_and_hour.csv traces: - fill: none "y": $dataset.congestion_index x: $dataset.hour mode: lines whiskerwidth: 0.0 type: scatter name: $dataset.road_type colorRamp: Spectral layout: xaxis: title: Hour color: '#444' type: '-' barmode: overlay yaxis: title: Index color: '#444' type: '-' - type: plotly title: Network congestion index for Residential Road description: by hour datasets: dataset: analysis/traffic/traffic_stats_residential_type_and_hour.csv traces: - fill: none "y": $dataset.congestion_index x: $dataset.hour mode: lines whiskerwidth: 0.0 type: scatter name: $dataset.road_type colorRamp: Spectral layout: xaxis: title: Hour color: '#444' type: '-' barmode: overlay yaxis: title: Index color: '#444' type: '-' Table: - type: csv title: Traffic stats per road type description: daily dataset: analysis/traffic/traffic_volume_by_road_type_daily.csv enableFilter: false showAllRows: true map: - title: 'Car Traffic' description: 'Average Speed' type: links height: 12 props: network: 'analysis/traffic/network.geojson' projection: EPSG:25832 center: [13.40,52.5214] zoom: 9 showDifferences: true datasets: csvFile: 'analysis/traffic/traffic_stats_by_link_daily_scenarios.csv' csvBase: 'analysis/traffic/traffic_stats_by_link_daily_base.csv' display: color: dataset: csvFile columnName: avg_speed_A25 colorRamp: ramp: Viridis steps: 9 width: dataset: csvFile columnName: avg_speed_A25 scaleFactor: 100