-
Notifications
You must be signed in to change notification settings - Fork 2
/
dashboard-1-landuse.yaml
112 lines (104 loc) · 3.27 KB
/
dashboard-1-landuse.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
header:
tab: "Land Use"
title: "Land Use"
description: ""
layout:
district:
- type: text
title: 'Land Use Table'
description:
The table provides a snapshot of key demographic and economic indicators for the Bay Area, San Francisco, and 15 districts.
Density values are calculated by dividing the corresponding indicators by the square miles of each area.
HH is the abbreviation for Households; Pop is the abbreviation for Population; EmpRes is the abbreviation for Employed Residents.
file: topsheet/landuse.md
- type: plotly
title: 'Land Use Density'
# description: 'Purpose and their trips in 2 locations'
datasets:
data: 'topsheet/dist15_landuse.csv'
traces:
- type: bar
name: Household Density
y: $data.District
x: $data.Household Density
orientation: h
- type: bar
name: Population Density
y: $data.District
x: $data.Population Density
orientation: h
- type: bar
name: Employed Resident Density
y: $data.District
x: $data.Employed Resident Density
orientation: h
- type: bar
name: Employment Density
y: $data.District
x: $data.Employment Density
orientation: h
layout:
barmode: stack
maps:
- type: map
title: Land Use by TAZ
description: The map displays all land use metrics for each TAZ. To change display click on filter button and then choose alternate Fill Color.
zoom: 11.6
center:
- -122.42
- 37.77
shapes: ../../shapefiles/Topsheet/TAZ2454_clean.shp
datasets:
taz:
file: topsheet/taz_landuse.csv
join: TAZ:SFTAZ
display:
fill:
dataset: taz
columnName: Household Density
colorRamp:
ramp: Blues
steps: 10
tooltip:
- taz.District
- taz.SFTAZ
- taz.Employment Density
- taz.Population Density
- taz.Employed Residents Density
- taz.Households Density
- taz.Employment
- taz.Population
- taz.Employed Residents
- taz.Households
- type: map
title: Land Use by District
description: The map displays all land use metrics for each district. To change display click on filter button and then choose alternate Fill Color.
zoom: 11.6
center:
- -122.42
- 37.77
height: 13
shapes: ../../shapefiles/Topsheet/Dist_15_Dissolve.shp
datasets:
district:
file: topsheet/dist15_landuse.csv
join: DIST:District No
display:
fill:
dataset: district
columnName: Household Density
colorRamp:
ramp: Blues
steps: 7
tooltip:
- district.Area
- district.District No
- district.District
- district.Employment Density
- district.Population Density
- district.Employed Residents Density
- district.Households Density
- district.Employment
- district.Population
- district.Employed Residents
- district.Households