Skip to content

Commit cebe6da

Browse files
committed
more updates for matsim-advanced
1 parent 17454d5 commit cebe6da

2 files changed

Lines changed: 68 additions & 101 deletions

File tree

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
version: 1
2+
3+
header:
4+
title: Maps Etc
5+
6+
layout:
7+
carriers:
8+
- title: "Carriers"
9+
description: "Grocery delivery simulation"
10+
type: carriers
11+
height: 10
12+
network: "output_network.json.gz"
13+
carriers: "output_carriers.xml.gz"
14+
15+
maps:
16+
- title: "DRT Pickups/Dropoffs"
17+
description: "Total DRT origins/destinations by area"
18+
type: hexagons
19+
height: 8
20+
file: drt_trips_drt.csv.gz
21+
projection: "EPSG:31468"
22+
center: [13.45, 52.4]
23+
aggregations:
24+
O/D Summary:
25+
- title: Origins
26+
x: fromX
27+
y: fromY
28+
- title: Destinations
29+
x: toX
30+
y: toY
31+
Base Runs:
32+
- title: Origins
33+
x: fromX
34+
y: fromY
35+
- title: Destinations
36+
x: toX
37+
y: toY
38+
39+
charts:
40+
- title: "Mode SHIFT: Base -> Future"
41+
description: "mode shifts vs. yesterday"
42+
type: sankey
43+
height: 8
44+
csv: tour_mode_to_trip_mode.csv
45+
46+
- title: "Heatmap"
47+
type: heatmap
48+
dataset: "../2-heatmap/trips-tod-wide.csv"
49+
y: depart
50+
columns: ['Home','Work','atwork','eatout','escort','othdiscr','othmaint',
51+
'school','shopping','social','univ','work']
52+
xAxisTitle: "Time of Day"
53+
yAxisTitle: "Activity Type"
54+
flipAxes: true
55+
56+
broken:
57+
- title: "(Broken) DRT Trips by PLZ Code"
58+
description: "Berlin PLZ from (...source)"
59+
type: map
60+
height: 8
61+
boundaries: "berlin-plz.geojson"
62+
boundariesJoinCol: "plz"
63+
boundariesLabels: "PLAZ"
64+
dataset: "drt-trips-by-plz.tsv"
65+
datasetJoinCol: "plz"
66+
datasetValue: "toPerSqKm"
67+
exponentColors: true
68+

data/dashboards/4-charts/dashboard-2-pretty.yaml

Lines changed: 0 additions & 101 deletions
This file was deleted.

0 commit comments

Comments
 (0)