version: 1 header: title: Maps layout: carriers: - title: "Grocery Carriers" description: "Grocery delivery simulation" type: carriers height: 10 props: network: "output_network.json.gz" carriers: "output_carriers.xml.gz" zoom: 8 center: 13.39, 52.45 maps: - title: "DRT Pickups/Dropoffs" description: "Total DRT origins/destinations by area" type: hexagons height: 8 props: file: drt_trips_drt.csv.gz projection: "EPSG:31468" center: [13.45, 52.4] aggregations: O/D Summary: - title: Origins x: fromX y: fromY - title: Destinations x: toX y: toY Base Runs: - title: Origins x: fromX y: fromY - title: Destinations x: toX y: toY - title: "DRT Trips by PLZ Zip Code" description: "Sample data" type: map height: 8 zoom: 8 center: 13.39, 52.45 shapes: file: berlin-plz.geojson join: plz datasets: trips: drt-trips-by-plz.tsv display: fill: dataset: trips columnName: toPerSqKm join: "" normalize: trips:area_sq_km colorRamp: ramp: Plasma steps: 9 links: - type: "links" title: "Emissions" description: "Traffic-related emissions in g/m" height: 8 props: zoom: 8 center: 13.39, 52.45 csvFile: "./emissionPerLinkPerM.csv" network: "berlin-v5.5-10pct.output_network.xml.gz" widthFactor: 0.5 sampleRate: 0.1 row0: - title: "Mode SHIFT: Base -> Future" description: "mode shifts vs. yesterday" type: sankey height: 8 props: csv: tour_mode_to_trip_mode.csv - title: "Heatmap" type: heatmap props: dataset: "trips-tod-wide.csv" y: depart columns: ['Home','Work','atwork','eatout','escort','othdiscr','othmaint', 'school','shopping','social','univ','work'] xAxisTitle: "Time of Day" yAxisTitle: "Activity Type" flipAxes: true row2: - title: "Mode Share - Final" description: "From modestats.txt summary" type: pie props: dataset: "*pkm_modestats.txt" useLastRow: true ignoreColumns: [ "Iteration" ] - title: "Mode Share Progression" description: "From modestats.txt summary" type: area props: dataset: "*pkm_modestats.txt" x: "Iteration"