version: 1 header: tab: "Rollout scenarios: with adaptation" title: Rollout scenarios with adaptation description: This page shows the same results, where the population has had time to adjust mode choice. layout: doublecap: - type: "links" height: 12 title: "REFERENCE: Baseline vs corridor CAV-share incremental increase comparison" description: "Volume and travel time comparison between baseline and increasing CAV share corridor scenarios." props: geojsonFile: "network.geojson" sampleRate: 0.25 showDifferences: true datasets: csvFile: "two-corridors-new/modechoice_donothing_volume_time.csv.gz" csvBase: "two-corridors-new/baseline_donothing_volume_time.csv.gz" display: color: dataset: csvFile columnName: volume_sst colorRamp: ramp: Viridis reverse: false steps: 9 width: dataset: csvFile columnName: volume_sst scaleFactor: 100 reduce: - type: "links" height: 12 title: "Same as REFERENCE, with one lane less" description: "The same scenario as above, with a reduction of one lane where the corridor as more than one lane per direction." props: geojsonFile: "network.geojson" sampleRate: 0.25 showDifferences: true datasets: csvFile: "two-corridors-new/modechoice_oneless_volume_time.csv.gz" csvBase: "two-corridors-new/baseline_oneless_volume_time.csv.gz" display: color: dataset: csvFile columnName: volume_sst colorRamp: ramp: Viridis reverse: false steps: 9 width: dataset: csvFile columnName: volume_sst scaleFactor: 100 bikelane: - type: "links" height: 12 title: "Same as REFERENCE, with a pedestrianised parallel corridor" description: "The capacity along the primary corridor increases over time as the share of CAVs increases, while a parallel corridor has traffic calming measures introduced to reduce average speeds to 15kph, encouraging cycling." props: geojsonFile: "network.geojson" sampleRate: 0.25 showDifferences: true datasets: csvFile: "two-corridors-new/modechoice_bike_volume_time.csv.gz" csvBase: "two-corridors-new/baseline_bike_volume_time.csv.gz" display: color: dataset: csvFile columnName: volume_sst colorRamp: ramp: Viridis reverse: false steps: 9 width: dataset: csvFile columnName: volume_sst scaleFactor: 100 # traveltimes: # - title: "Round-trip traveltime: short term" # description: "Round-trip traveltime along corridor over the short term." # type: "line" # height: 8 # props: # usedCol: [baseline, doubled, reduced ] # legendName: [ Baseline, Doubled, Less one lane] # skipFirstRow: true # dataset: "corridor/shortterm_tt.csv" # x: "hour" # yAxisName: "Travel time (mins.)" # xAxisName: "Hour" # - title: "Round-trip traveltime: long term" # description: "Round-trip traveltime along corridor over the long term." # type: "line" # height: 8 # props: # usedCol: [baseline, doubled, reduced ] # legendName: [ Baseline, Doubled, Less one lane] # skipFirstRow: true # dataset: "corridor/longterm_tt.csv" # x: "hour" # yAxisName: "Travel time (mins.)" # xAxisName: "Hour" # sankeys: # - type: "sankey" # title: "Corridor user shift" # description: "Mode shift or avoidance/selection of corridor between baseline and doubled capacity scenario (long term)" # width: 35 # props: # csv: "corridor/longterm_doubled_sankey.csv" # # - type: "sankey" # title: "Corridor user shift" # description: "Mode shift or avoidance/selection of corridor between baseline and one-lane-less scenario (long term)" # width: 35 # props: # csv: "corridor/longterm_reduced_sankey.csv"