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 - Parkwunsch" description: "" width: 2 height: 8 center: 13.4010, 52.51892 zoom: 11 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" Base2: - type: "map" title: "Basisfall - Anzahl Parkvorgänge" description: "" width: 2 height: 8 center: 13.4010, 52.51892 zoom: 11 projection: 'EPSG:31468' shapes: file: 'shp/base_parking.shp' join: linkId datasets: parkingData: file: 'base/bus.0.parkingStats.csv' display: lineWidth: dataset: parkingData columnName: numberOfParkedVehicles join: linkId scaleFactor: 10 - type: "map" title: "Basisfall - Parkplatz belegt" description: "" width: 2 height: 8 center: 13.4010, 52.51892 zoom: 11 projection: 'EPSG:31468' shapes: file: 'shp/base_parking.shp' join: linkId datasets: parkingData: file: 'base/bus.0.parkingStats.csv' display: lineWidth: dataset: parkingData columnName: rejectedReservations join: linkId scaleFactor: 10 maps: - title: "Darstellung der Attraktionen und der zugehörigen Parkplätze" description: "Anzahl der Busse die an einer Attraktion Fahrgäste rauslassen und an einem Parkplatz parken" type: hexagons radius: 100 zoom: 11 height: 8 width: 8 props: file: base/bus.parking_Overview.csv projection: "EPSG:31468" center: 13.4010, 52.51892 aggregations: Attraktion: - title: Attraktionen (Ausstieg) x: fromX y: fromY - title: Parkplaetze x: toX y: toY 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: 11 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: 11 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"