header: title: Traffic description: Traffic related analyses. layout: index_by_hour: - type: plotly title: Network congestion index description: by hour datasets: dataset: analysis/traffic/traffic_stats_by_road_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: csv title: Traffic stats per road type description: daily dataset: analysis/traffic/traffic_stats_by_road_type_daily.csv enableFilter: false showAllRows: true # links: # - type: links # title: "Link Volumes" # description: "" # width: 2 # height: 14 # props: # thumbnail: "thumbnails/thumbnail-accident-costs.png" # network: metropole-ruhr-v2.0.network_noBike.xml.gz # projection: EPSG:25832 # showDifferences: false # center: 7.2, 51.43 # zoom: 11 # sampleRate: 1 # datasets: # traffic: analysis/traffic/traffic_stats_by_link_daily.csv # display: # color: # dataset: traffic # columnName: simulated_traffic_volume # colorRamp: # ramp: Viridis # reverse: false # steps: 7 # width: # dataset: traffic # columnName: simulated_traffic_volume # scaleFactor: 1000 linksNew: - type: links title: "Link Volumes" description: "Über den Reiter Datenmengen können die Verkehrsstärken nach den verschiednenen Teil-Verkehren und den Fahrzeugtypen gefiltert werden." width: 2 height: 14 props: # thumbnail: "thumbnails/thumbnail-accident-costs.png" network: metropole-ruhr-v2.0.network_noBike.xml.gz projection: EPSG:25832 # showDifferences: false center: 7.2, 51.43 zoom: 11 # sampleRate: 1 datasets: trafficNew: analysis/traffic/commercialTraffic_Run100pct.link_volume.csv display: color: dataset: trafficNew columnName: allCommercialVehicles colorRamp: ramp: Viridis reverse: false steps: 7 width: dataset: trafficNew columnName: allCommercialVehicles scaleFactor: 1000 # info: # - type: text # backgroundColor: transparent # content: | # ### Notes # - The speed performance index is the ratio of average travel speed and the maximum permissible road speed. # A performance index of 0.5, means that the average speed is half of the maximum permissible speed. A road with a performance index below 0.5 is considered to be in a congested state. # - The congestion index is the ratio of time a road is in an uncongested state. 0.5 means that a road is congested half of the time. A road with 1.0 is always uncongested. # # cf. *A Traffic Congestion Assessment Method for Urban Road Networks Based on Speed Performance Index* by Feifei He, Xuedong Yan*, Yang Liu, Lu Ma.