-
Notifications
You must be signed in to change notification settings - Fork 2
/
dashboard-4-vmt.yaml
67 lines (64 loc) · 4.39 KB
/
dashboard-4-vmt.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
header:
tab: "VMT - VHT"
title:
layout:
summary:
- type: text
title: "VMT/VHT by location"
description: The table presents a comprehensive comparison of vehicle mobility metrics across different geographical regions - San Francisco (SF),the rest of the Bay Area, and the Bay Area as a whole. Metrics include Vehicle Miles Traveled (VMT), Vehicle Hours Traveled (VHT), average speed, and lost vehicle hours (Lost VH).
file: 'topsheet/vmt_Daily.md'
summary2:
- type: text
title: 'VMT/VHT in San Francisco by Time of Day'
description: This table delineates key vehicle mobility parameters across different times of day in San Francisco, categorized as Morning (AM), Midday (MD), Afternoon (PM), Evening (EV), and Early Morning (EA). The parameters consist of Vehicle Miles Traveled (VMT), Vehicle Hours Traveled (VHT), average speed, and lost vehicle hours (Lost VH).
file: 'topsheet/vmt_sf.md'
- type: text
title: 'VMT/VHT outside of San Francisco by Time of Day'
description: This table delineates key vehicle mobility parameters across different times of day in the rest of Bay Area, categorized as Morning (AM), Midday (MD), Afternoon (PM), Evening (EV), and Early Morning (EA). The parameters consist of Vehicle Miles Traveled (VMT), Vehicle Hours Traveled (VHT), average speed, and lost vehicle hours (Lost VH).
file: 'topsheet/vmt_nonsf.md'
- type: text
title: 'VMT/VHT total for the Bay Area by Time of Day'
description: This table delineates key vehicle mobility parameters across different times of day in Bay Area, categorized as Morning (AM), Midday (MD), Afternoon (PM), Evening (EV), and Early Morning (EA). The parameters consist of Vehicle Miles Traveled (VMT), Vehicle Hours Traveled (VHT), average speed, and lost vehicle hours (Lost VH).
file: 'topsheet/vmt_ba.md'
sf:
- type: text
title: 'VMT by Vehicle Class in San Francisco'
description: "The table outlines a comprehensive summary of different vehicle class statistics in San Francisco across various periods of the day: Morning (AM), Midday (MD), Afternoon (PM), Evening (EV), and Early Morning (EA). The vehicle classes incorporated include 'Drive Alone', 'Shared Ride 2', 'Shared Ride 3+', 'Trucks', 'Commercial Vehicles', and 'Transport Network Companies (TNC)'."
file: 'topsheet/vmt_vc_sf.md'
- type: bar
title: Percent VMT by Vehicle Class in San Francisco
props:
dataset: "topsheet/vmt_vc_sf.csv"
x: "TOD"
stacked: true
columns: ['Drive Alone', 'Shared Ride 2', 'Shared Ride 3+','Trucks', 'Commercial Vehicles','TNC']
xAxisName: 'Time of the Day'
yAxisName: 'Percentage(%)'
non_sf:
- type: text
title: 'VMT by Vehicle Class outside of San Francisco'
description: "The table outlines a comprehensive summary of different vehicle class statistics in the rest of Bay Area across various periods of the day: Morning (AM), Midday (MD), Afternoon (PM), Evening (EV), and Early Morning (EA). The vehicle classes incorporated include 'Drive Alone', 'Shared Ride 2', 'Shared Ride 3+', 'Trucks', 'Commercial Vehicles', and 'Transport Network Companies (TNC)'."
file: 'topsheet/vmt_vc_nonsf.md'
- type: bar
title: Percent VMT by Vehicle Class outside of San Francisco
props:
dataset: "topsheet/vmt_vc_nonsf.csv"
x: "TOD"
stacked: true
columns: ['Drive Alone', 'Shared Ride 2', 'Shared Ride 3+','Trucks', 'Commercial Vehicles','TNC']
xAxisName: 'Time of the Day'
yAxisName: 'Percentage(%)'
bay:
- type: text
title: 'VMT by Vehicle Class in San Francisco'
description: "The table outlines a comprehensive summary of different vehicle class statistics in Bay Area across various periods of the day: Morning (AM), Midday (MD), Afternoon (PM), Evening (EV), and Early Morning (EA). The vehicle classes incorporated include 'Drive Alone', 'Shared Ride 2', 'Shared Ride 3+', 'Trucks', 'Commercial Vehicles', and 'Transport Network Companies (TNC)'."
file: 'topsheet/vmt_vc_ba.md'
- type: bar
title: Percent VMT by Vehicle Class in San Francisco
props:
dataset: "topsheet/vmt_vc_ba.csv"
x: "TOD"
stacked: true
columns: ['Drive Alone', 'Shared Ride 2', 'Shared Ride 3+','Trucks', 'Commercial Vehicles','TNC']
xAxisName: 'Time of the Day'
yAxisName: 'Percentage(%)'