# Topsheet Test title: Waiting time statistics # Input files ------------------------- files: #kexi_customers: # file: "*customer_stats_drt.csv" # useLastRow: true #conventional_vehicles: # file: "*drt_vehicle_stats_drt.csv" # useLastRow: true kpi: file: "analysis-drt-service-quality/drt_KPI.tsv" useLastRow: true #stops: # file: "../../input/av-stops-Hohenpfahl-DP-AS.xml" # xmlElements: 'transitSchedule.transitStops.stopFacility' drtVehicles: file: "*drt_vehicles.xml.gz" # This is an XML file. xmlElements: 'vehicles.vehicle' # Create an array from all tags which # are inside the tag # These are text entry boxes in the UI userEntries: # Calculations ------------------------ # these are evaluated top down! calculations: #nr_conventional_vehicles: '{conventional_vehicles.vehicles}' kexi_waiting_mean: '{kpi.waiting_time_mean}' kexi_waiting_median: '{kpi.waiting_time_median}' kexi_p95: '{kpi.waiting_time_95_percentile}' # Table rows outputs: #- title: AV Rides # value: {av.number_of_requests} # #css styling # style: {backgroundColor: yellow} - title: Waiting mean [s] value: kexi_waiting_mean - title: Waiting median [s] value: kexi_waiting_median - title: Waiting p95 [s] value: kexi_p95