Skip to content

Commit 370b55e

Browse files
committed
added trip number to each map
1 parent e254d5d commit 370b55e

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

networks.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,34 +67,42 @@ We imported the origin-destination trips table for April 2023 from the ORCA post
6767

6868
**Results**
6969

70-
Youth card trip network vs. Adult card trip network
70+
# Youth card trip network vs. Adult card trip network
7171

7272
<div style="display: flex; justify-content: space-between; gap: 10px;">
7373
<iframe id="youthMap" src="https://uwescience.github.io/DSSG2024_transit_equity/assets/img/youth_net_no_downtown.html" style="width: 48%; height: 600px; border: none;" onload="centerMap('youthMap')"></iframe>
7474
<iframe id="adultMap1" src="https://uwescience.github.io/DSSG2024_transit_equity/assets/img/adult_no_downtown_network.html" style="width: 48%; height: 600px; border: none;" onload="centerMap('adultMap1')"></iframe>
7575
</div>
7676

77-
Senior card trip network vs. Adult card trip network
77+
Youth card trips (n=14119) compared to adult card trips (n=XXXX).
78+
79+
# Senior card trip network vs. Adult card trip network
7880

7981
<div style="display: flex; justify-content: space-between; gap: 10px;">
8082
<iframe id="seniorMap" src="https://uwescience.github.io/DSSG2024_transit_equity/assets/img/senior_net_no_downtown.html" style="width: 48%; height: 600px; border: none;" onload="centerMap('seniorMap')"></iframe>
8183
<iframe id="adultMap2" src="https://uwescience.github.io/DSSG2024_transit_equity/assets/img/adult_no_downtown_network.html" style="width: 48%; height: 600px; border: none;" onload="centerMap('adultMap2')"></iframe>
8284
</div>
8385

84-
Disability card trip network vs. Adult card trip network
86+
Senior card trips (n=12693) compared to adult card trips (n=XXXX).
87+
88+
# Disability card trip network vs. Adult card trip network
8589

8690
<div style="display: flex; justify-content: space-between; gap: 10px;">
8791
<iframe id="disabilityMap" src="https://uwescience.github.io/DSSG2024_transit_equity/assets/img/disability_net_no_downtown.html" style="width: 48%; height: 600px; border: none;" onload="centerMap('disabilityMap')"></iframe>
8892
<iframe id="adultMap3" src="https://uwescience.github.io/DSSG2024_transit_equity/assets/img/adult_no_downtown_network.html" style="width: 48%; height: 600px; border: none;" onload="centerMap('adultMap3')"></iframe>
8993
</div>
9094

91-
Low-income card trip network vs. Adult card trip network
95+
Disability card trips (n=4640) compared to adult card trips (n=XXXX).
96+
97+
# Low-income card trip network vs. Adult card trip network
9298

9399
<div style="display: flex; justify-content: space-between; gap: 10px;">
94100
<iframe id="lowIncomeMap" src="https://uwescience.github.io/DSSG2024_transit_equity/assets/img/lift_net_no_downtown.html" style="width: 48%; height: 600px; border: none;" onload="centerMap('lowIncomeMap')"></iframe>
95101
<iframe id="adultMap4" src="https://uwescience.github.io/DSSG2024_transit_equity/assets/img/adult_no_downtown_network.html" style="width: 48%; height: 600px; border: none;" onload="centerMap('adultMap4')"></iframe>
96102
</div>
97103

104+
Low-income card trips (n=31334) compared to adult card trips (n=XXXX).
105+
98106
**Analyses**
99107

100108
Originally, we planned to pursue a multilayer network approach to directly compare the networks of different users, but this quickly became overcomplicated due to the size of the dataset.
@@ -104,5 +112,5 @@ Instead, analyzing each user type network discretely provided more easily interp
104112
**Limitations**
105113

106114
This approach has only been tested with one month of trip data, and even then we ran up against memory and computing limitations to complete the analysis. Additionally, we identified several issues with the data including negative trip times, impossibly long trip times, and trips that had the same start and stop location. These will be addressed in new iterations of the database, but for now were just filtered out.
107-
How can your work be improved?
115+
108116
Running analysis on a more powerful computer would speed up the computation time and enable the use of larger subsets of the data. Additionally, examining how the networks change over time would yield additional valuable insight.

0 commit comments

Comments
 (0)