Skip to content

Commit

Permalink
Adding all remaining bus routes from the dashboard (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
devinmatte authored Feb 9, 2024
1 parent 010853b commit de18d0a
Showing 1 changed file with 183 additions and 0 deletions.
183 changes: 183 additions & 0 deletions src/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,25 @@
"75",
"79",
},
"4": {
"113",
"114",
"236",
"224",
"30203",
"83091",
"117",
"6564",
"892",
"21599",
"11599",
"243",
"242",
"214",
"210",
"31255",
},
"9": {"33", "41", "25", "886", "45", "21", "157", "150", "151", "36541", "148", "175"},
"15": {
"11257",
"1468",
Expand All @@ -38,6 +57,54 @@
"64",
"64000",
},
"16": {
"875",
"1565",
"2922",
"1587",
"2925",
"2919",
"2931",
"2913",
"1480",
"2910",
"29051",
"11241",
"13",
"121",
"35201",
"142",
"111",
},
"17": {"323", "1475", "1508", "1480", "2910", "2935", "362", "13"},
"19": {
"323",
"322",
"562",
"552",
"565",
"550",
"386",
"412",
"390",
"407",
"395",
"396",
"40001",
"64",
"64002",
"64000",
"7",
"17862",
"1799",
"1784",
"1804",
"1779",
"9441",
"1520",
"899",
},
"21": {"334", "537", "533", "499", "507", "543", "526", "546", "5232", "10642", "875"},
"22": {
"10413",
"11531",
Expand Down Expand Up @@ -105,6 +172,24 @@
"64000",
},
"32": {"10642", "2819", "36466", "42819", "6471", "6474", "6478", "6496", "6500", "6504", "6509", "875"},
"34": {
"70618",
"99832",
"10833",
"621",
"616",
"625",
"10612",
"628",
"609",
"633",
"604",
"636",
"6022",
"602",
"10642",
"875",
},
"39": {
"10642",
"11131",
Expand All @@ -125,6 +210,58 @@
"81317",
"91391",
},
"41": {
"11939",
"1939",
"11131",
"11609",
"1160",
"11531",
"64000",
"1497",
"1486",
"2933",
"2910",
"2935",
"123",
"136",
"122",
"121",
},
"45": {
"1565",
"383",
"415",
"1566",
"1586",
"1569",
"1583",
"1576",
"1577",
"64000",
"21148",
"11257",
"17861",
"17863",
},
"47": {
"72",
"1123",
"1773",
"1809",
"1779",
"1804",
"17861",
"17863",
"64",
"10006",
"10015",
"5090",
"10008",
"10011",
"150",
},
"55": {"1926", "1932", "1931", "11391", "178", "10000"},
"57": {
"899",
"900",
Expand All @@ -146,6 +283,7 @@
"979",
"987",
},
"61": {"7784", "7783", "86944", "18928", "89610"},
"66": {
"1111",
"1302",
Expand All @@ -167,6 +305,25 @@
"926",
"966",
},
"70": {
"9522",
"9526",
"9525",
"86944",
"88333",
"8678",
"8825",
"8297",
"8178",
"8815",
"1043",
"1077",
"1051",
"1070",
"1123",
"72",
"730",
},
"71": {"2020", "2025", "2030", "2043", "2050", "2064", "2070", "2074", "2076", "20761", "32549", "8178"},
"73": {"2020", "2025", "2030", "2064", "2070", "2074", "2076", "20761", "2108", "2117", "2125", "2134", "32549"},
"77": {
Expand All @@ -193,6 +350,29 @@
"32549",
"7922",
},
"85": {"2574", "2519", "2510", "2528", "2231"},
"86": {
"20761",
"29005",
"29001",
"28741",
"2874",
"2612",
"2597",
"22549",
"2553",
"2561",
"1077",
"1043",
"1084",
"1026",
"21917",
},
"89": {"2637", "5104", "5015", "2695", "2738", "2691", "2634", "2703", "2729", "29001", "29011", "2874"},
"91": {"28741", "2874", "29006", "29001", "2612", "2597", "2531", "2439", "12439", "2451", "12451", "1060"},
"92": {"28741", "2874", "29009", "29001", "2821", "32840", "28281", "2835", "117", "30203", "83091", "6548"},
"104": {"53270", "5347", "5361", "5354", "5518", "5517", "5496", "5695", "5560", "5565", "2874"},
"109": {"7412", "7417", "5481", "5524", "5488", "5518", "5517", "5496", "5695", "5560", "5565", "2874"},
"111": {
"12001",
"12002",
Expand Down Expand Up @@ -236,6 +416,9 @@
"8309",
"8310",
},
"220": {"3582", "3595", "3560", "3603", "36031", "3549", "3616", "3539", "3630", "3525", "3639", "3516", "32004"},
"221": {"3616", "3539", "3630", "3525", "32004"},
"222": {"13844", "3684", "3692", "3675", "4439", "4435", "3707", "3539", "3630", "3525", "3639", "3516", "32004"},
}

ROUTES_BUS = set(BUS_STOPS.keys())
Expand Down

0 comments on commit de18d0a

Please sign in to comment.