header: tab: "Parken" title: "something" title_en: "Parkplatz-Analyse" title_de: "Parkplatz-Analyse" description_en: "TODO" description_de: "TODO" layout: Base: - type: "map" title: "Basisfall" description: "" width: 2 height: 8 center: 13.4010, 52.51892 zoom: 6 mapIsIndependent: true projection: 'EPSG:31468' shapes: file: 'shp/base_parking.shp' join: linkId datasets: parkingData: file: 'base/bus.0.parkingStats.csv' display: lineWidth: dataset: parkingData columnName: reservationsRequests join: linkId scaleFactor: 10 - title: "General results" description: "TODO" type: 'topsheet' props: configFile: "topsheet-coach-parking-base.yaml" ParkingSlots: - type: "line" title: "Basis-Szenario: Darstellung der Parkplatzsuche" description: "Anzahl an Vorgängen des entsprechenden Typs." width: 4 height: 6 props: dataset: "base/bus.0.parkingStatsPerTimeSteps.csv" x: "time" xAxisName: "time" yAxisName: "Anzahl" Scenario1: - type: "map" title: "Scenario1" description: "" width: 2 height: 8 center: 13.4010, 52.51892 zoom: 13 mapIsIndependent: true projection: 'EPSG:31468' shapes: file: 'shp/base_parking.shp' join: linkId datasets: parkingData: file: 'case1/bus.0.parkingStats.csv' display: lineWidth: dataset: parkingData columnName: reservationsRequests join: linkId scaleFactor: 10 - title: "General results" description: "TODO" type: 'topsheet' props: configFile: "topsheet-coach-parking-case1-2.yaml" Scenario2: - type: "map" title: "Scenario2" description: "" width: 2 height: 8 center: 13.4010, 52.51892 zoom: 18 mapIsIndependent: true projection: 'EPSG:31468' shapes: file: 'shp/case2_parking.shp' join: linkId datasets: parkingData: file: 'case2/bus.0.parkingStats.csv' display: lineWidth: dataset: parkingData columnName: reservationsRequests join: linkId scaleFactor: 10 - title: "General results" description: "TODO" type: 'topsheet' props: configFile: "topsheet-coach-parking-case2-2.yaml"