Skip to content

Commit d068f9d

Browse files
committed
matsim advanced class jan-2023 v.1
1 parent 3411098 commit d068f9d

19 files changed

Lines changed: 77 additions & 154 deletions

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.DS_Store
2+

data/1-emissions/.topsheets/topsheet-emissions.yaml

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

data/1-emissions/dashboard-1-network.yaml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,15 @@ header:
55

66
layout:
77
map:
8-
- type: "links"
8+
type: "links"
99
title: "Overview"
1010
description: "Simulated volumes in the study area. These do not represent real volumes, but down-sampled volumes of agents using their car for private transport."
1111
height: 12
12-
props:
13-
csvFile: "*ink_volumes.csv"
14-
geojsonFile: "network.geojson.gz"
15-
center: [6.779091, 51.23347]
16-
zoom: 11
17-
display:
12+
csvFile: "*ink_volumes.csv"
13+
geojsonFile: "network.geojson.gz"
14+
center: [6.779091, 51.23347]
15+
zoom: 11
16+
display:
1817
color:
1918
dataset: csvFile
2019
columnName: volume
@@ -25,5 +24,5 @@ layout:
2524
width:
2625
dataset: csvFile
2726
columnName: volume
28-
scaleFactor: 1
27+
scaleFactor: 1000
2928

data/5-shapefiles/viz-map-1.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
title: "Neighborhood map"
22
description: shapefiles/TAZ
3-
shapes: sftaz_connectsf.shp
3+
shapes: sf-taz.shp
44
zoom: 12
55
center: [ -122.44, 37.77 ]
66
datasets: {}
77
display:
88
fill:
9-
dataset: sftaz_connectsf.shp
9+
dataset: sf-taz.shp
1010
columnName: Nhood
1111
colorRamp:
1212
ramp: Paired

data/5-shapefiles/viz-map-3d.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
title: "3D Example"
2+
description: "Zone numbers, normalized by area"
3+
zoom: 11
4+
pitch: 20
5+
bearing: 0
6+
center:
7+
- -122.43
8+
- 37.76
9+
shapes: sf-taz.shp
10+
datasets: {}
11+
display:
12+
fill:
13+
dataset: sf-taz.shp
14+
columnName: lg_nhood
15+
colorRamp:
16+
ramp: Paired
17+
steps: 9
18+
lineColor:
19+
fixedColors:
20+
- ""
21+
fillHeight:
22+
dataset: sf-taz.shp
23+
columnName: TAZ
24+
normalize: sf-taz.shp:SQ_MILE
25+
scaleFactor: 75
26+
filters: {}

data/5-shapefiles/viz-map-dots.yaml

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

data/5-shapefiles/viz-map-height.yaml

Lines changed: 0 additions & 24 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)