header: tab: PT title: Public Transit layout: viewer: - type: transit title: Transit Viewer description: Visualize the transit schedule. height: 12.0 network: kelheim-mini.output_network.xml.gz transitSchedule: kelheim-mini.output_transitSchedule.xml.gz customRouteTypes: - label: Bus color: "#109192" match: gtfsRouteType: - 3 - label: Rail color: "#EC0016" match: gtfsRouteType: - 2 ptSupplyStatistics: - type: csv title: Number of scheduled pt services per mode description: Stops without field stopAreaId are handled as 1 additional stop area. width: 1.0 dataset: analysis/pt/pt_count_unique_ids_per_mode.csv showAllRows: true - type: plotly title: Departures at stops description: by hour and transit mode datasets: dataset: analysis/pt/pt_departures_at_stops_per_hour_per_mode.csv traces: - x: $dataset.departureHour "y": $dataset.Count orientation: v type: bar name: $dataset.transportMode colorRamp: Spectral layout: xaxis: title: Hour color: "#444" type: "-" barmode: stack yaxis: title: Departures at stops color: "#444" type: "-" ptSupplyStatisticsByHour: - type: plotly title: Share of active transit lines per mode and hour description: transit lines with >= 1 departure at any stop inside the shape file per hour datasets: dataset: analysis/pt/pt_active_transit_lines_per_hour_per_mode_per_area.csv traces: - fill: none "y": $dataset.share x: $dataset.departureHour mode: lines whiskerwidth: 0.0 type: scatter name: $dataset.transportMode colorRamp: Spectral layout: xaxis: title: Hour color: "#444" type: "-" barmode: overlay yaxis: title: Share color: "#444" type: "-" - type: plotly title: Share of active transit stop areas per mode and hour description: Stop areas with >= 1 departure in hour / stop areas in shape file with >= 1 departure per day. datasets: dataset: analysis/pt/pt_active_transit_stops_per_hour_per_mode_per_area.csv traces: - fill: none "y": $dataset.share x: $dataset.departureHour mode: lines whiskerwidth: 0.0 type: scatter name: $dataset.transportMode colorRamp: Spectral layout: xaxis: title: Hour color: "#444" type: "-" barmode: overlay yaxis: title: Share color: "#444" type: "-" ptHeadwaysByHour: - type: plotly title: Median Headway per line by hour datasets: dataset: analysis/pt/pt_headway_group_per_mode_and_hour.csv traces: - x: $dataset.departureHour "y": $dataset.count orientation: v type: bar name: $dataset.headwayGroup colorRamp: Spectral layout: xaxis: title: Hour color: "#444" type: "-" barmode: stack yaxis: title: Count color: "#444" type: "-" - type: plotly title: Share of active transit stop areas per mode and hour description: Stop areas with >= 1 departure in hour / stop areas in shape file with >= 1 departure per day. datasets: dataset: analysis/pt/pt_headway_per_mode_and_hour.csv traces: - fill: none "y": $dataset.medianPerModeOfMedianPerLineOfMedianHeadwayPerStopPair x: $dataset.departureHour mode: lines whiskerwidth: 0.0 type: scatter name: $dataset.transportMode colorRamp: Spectral layout: xaxis: title: Hour color: "#444" type: "-" barmode: overlay yaxis: title: Share color: "#444" type: "-" headwayFlowMap: - type: "flowmap" title: "Trip Origin/Destination Flows" description: "Major flows shown" height: 10 metrics: - label: "headway per Stop" dataset: analysis/pt/pt_headway_per_stop_area_pair_and_hour.csv origin: "stopAreaOrStop" destination: "stopAreaOrStopNext" flow: "meanHeadway" colorScheme: "BurgYl" valueTransform: enum: - inverse - label: "headway per Stop&Hour" dataset: analysis/pt/pt_headway_per_line_stop_area_pair_and_hour.csv origin: "stopAreaOrStop" destination: "stopAreaOrStopNext" flow: "meanHeadway" colorScheme: "BluYl" valueTransform: enum: - normal animationEnabled: false clustering: false zoom: 9.5 fullscreen: true clusteringEnabled: true clusteringAuto: true clusteringLevel: 20 fullScreen: true locationLabelsEnabled: true pickable: true opacity: 1