# runfinder.yaml: select the subfolder for a run based on the selected options below # # Each *dimension* is appended to the run folder name, in order. # Example: if there are three dimensions, service-area, user-costs, and quality, # GUI will build buttons for each choice in each dimension, and # and let's say user picks entire city, 5 euro / 50 cents, and 5 min... # # --> the subfolder name would be 'entirecity-5plus50-5min' # Then all the visualizations and thumbnails will be from that subfolder, if it exists. # # The user selections would also be reflected in the URL bar, for example: # https://pave-website.github.io/runs/1-robotaxi/entirecity-5plus50-5min # collection-name: "1-Robotaxi" operators: - "Robotaxi Operator" dimensions: - heading: Service Area csvColumn: Service Area subheading: "The geographic extent of the DRT service" options: - title: Entire City value: entirecity image: ../images/service-area-entire-city-black.jpg - title: Inner City value: innercity image: ../images/service-area-inner-city-black.jpg - heading: User Costs csvColumn: User Costs subheading: "Base-Fare + Km-Fare" options: - title: "2.00€ + 0.20€/km" value: 200 - title: "2.50€ + 0.20€/km" value: 250 - title: "3.00€ + 0.20€/km" value: 300 #- heading: Service Level # subheading: "Regulated target value for the 95th percentile of waiting times, in minutes" #options: # - title: "5 min" # value: 5min # - title: "7 min" # value: 7min notes: ' Notes about this collection of scenarios would go here. - and can use **markdown** '