diff --git a/make-route-graph/mrg/mrg-constants.rb b/make-route-graph/mrg/mrg-constants.rb index bf8b03cc..8c9e1eb2 100644 --- a/make-route-graph/mrg/mrg-constants.rb +++ b/make-route-graph/mrg/mrg-constants.rb @@ -7,12 +7,12 @@ #---------------------------------------------------------------------------------------- module MRGConstants VERSION = "0.89" - VERSION_DATE = "2022-Aug-03" + VERSION_DATE = "2022-Aug-15" VERSION_TIME = Time.new.utc AUTHOR = "Kelvin R. Lawrence" AIRPORTS = 3504 # Number of airports in the full graph - ROUTES = 50553 # Number of routes in the full graph + ROUTES = 50637 # Number of routes in the full graph AIRPORTS_SMALL = 46 # Number of airports in the small graph ROUTES_SMALL = 1390 # Number of routes in the small graph CANVAS_WIDTH = 2000 # Used by VisJS layout (a 2:1 ratio between width and height works best) diff --git a/make-route-graph/mrg/mrg-history.rb b/make-route-graph/mrg/mrg-history.rb index f9d6343f..a10fcfc0 100644 --- a/make-route-graph/mrg/mrg-history.rb +++ b/make-route-graph/mrg/mrg-history.rb @@ -145,4 +145,4 @@ # ** This version of the data was put into GitHub on Aug 31st 2021. # 9-Jul-2022 -KRL- Added TCA v0.88 # Added 6 route pairs plus 3 single routes (15 total routes added) -# 3-Aug-2022 -KRL- Added 3 route pairs (6 total routes added) v0.89 +# 15-Aug-2022 -KRL- Added 45 route pairs (90 total routes added) v0.89 diff --git a/make-route-graph/mrg/mrg-routes.rb b/make-route-graph/mrg/mrg-routes.rb index c097e679..64cfd83f 100644 --- a/make-route-graph/mrg/mrg-routes.rb +++ b/make-route-graph/mrg/mrg-routes.rb @@ -1655,6 +1655,7 @@ module MRGRoutes [3,49,4901], [3,50,4921], [3,52,5294], + [3,70,5074], [3,99,1671], [3,136,748], [3,147,1209], @@ -1690,6 +1691,7 @@ module MRGRoutes [3,280,1402], [3,281,1072], [3,362,814], + [3,365,945], [3,368,419], [3,371,389], [3,375,1053], @@ -1711,6 +1713,7 @@ module MRGRoutes [4,47,641], [4,49,4168], [4,83,723], + [4,86,1756], [4,99,1698], [4,147,461], [4,149,1967], @@ -1776,7 +1779,9 @@ module MRGRoutes [5,92,3492], [5,94,3273], [5,96,3058], + [5,99,2090], [5,106,6501], + [5,110,4740], [5,122,6808], [5,132,4805], [5,136,2276], @@ -1980,6 +1985,7 @@ module MRGRoutes [8,49,4736], [8,51,4933], [8,52,5127], + [8,53,5208], [8,54,6410], [8,55,8574], [8,58,8022], @@ -2008,6 +2014,7 @@ module MRGRoutes [8,149,1613], [8,150,175], [8,151,1185], + [8,161,6257], [8,164,8053], [8,178,933], [8,180,1029], @@ -2303,6 +2310,7 @@ module MRGRoutes [9,2097,1311], [9,2102,1286], [9,2190,669], + [9,2540,1386], [9,3265,271], [9,3273,644], [9,3322,444], @@ -2332,6 +2340,7 @@ module MRGRoutes [10,96,3465], [10,103,4851], [10,106,6909], + [10,110,5152], [10,122,6938], [10,132,4750], [10,134,3519], @@ -2361,6 +2370,7 @@ module MRGRoutes [10,215,6577], [10,217,2791], [10,220,1608], + [10,224,5434], [10,225,1412], [10,237,1882], [10,238,157], @@ -2377,6 +2387,7 @@ module MRGRoutes [10,269,284], [10,281,299], [10,283,325], + [10,286,5948], [10,291,325], [10,293,1681], [10,296,100], @@ -2597,6 +2608,7 @@ module MRGRoutes [12,52,3842], [12,53,4103], [12,54,6725], + [12,56,9526], [12,58,6831], [12,59,7299], [12,60,3169], @@ -2663,6 +2675,7 @@ module MRGRoutes [12,184,663], [12,187,890], [12,188,1820], + [12,195,2302], [12,198,3736], [12,202,3356], [12,205,7789], @@ -2734,6 +2747,7 @@ module MRGRoutes [12,578,1526], [12,580,1540], [12,592,2088], + [12,593,2566], [12,594,2383], [12,598,2545], [12,599,1956], @@ -2787,6 +2801,7 @@ module MRGRoutes [13,103,6059], [13,105,5472], [13,106,8287], + [13,107,5660], [13,109,6020], [13,122,5977], [13,132,6159], @@ -3000,6 +3015,7 @@ module MRGRoutes [15,87,4654], [15,92,4609], [15,93,4843], + [15,96,4155], [15,97,4115], [15,99,2304], [15,123,2021], @@ -3066,6 +3082,7 @@ module MRGRoutes [15,362,1141], [15,363,389], [15,367,1169], + [15,372,873], [15,379,809], [15,389,1483], [15,395,1025], @@ -3073,6 +3090,7 @@ module MRGRoutes [15,397,450], [15,398,587], [15,402,654], + [15,403,1262], [15,416,380], [15,417,1342], [15,420,1148], @@ -3093,6 +3111,7 @@ module MRGRoutes [15,585,4149], [15,588,3989], [15,592,1297], + [15,593,1749], [15,594,1585], [15,607,1178], [15,608,853], @@ -3109,12 +3128,14 @@ module MRGRoutes [15,1581,4217], [15,2090,791], [15,2102,1167], + [15,2552,1578], [16,47,1235], [16,49,4414], [16,50,4429], [16,51,4577], [16,52,4820], [16,53,5171], + [16,58,7828], [16,60,4156], [16,68,5172], [16,70,4622], @@ -3428,6 +3449,7 @@ module MRGRoutes [18,136,1688], [18,140,4669], [18,145,7563], + [18,146,6162], [18,147,411], [18,148,897], [18,149,1733], @@ -3722,6 +3744,7 @@ module MRGRoutes [21,187,666], [21,189,688], [21,190,631], + [21,217,3009], [21,225,1201], [21,239,408], [21,240,566], @@ -3743,6 +3766,7 @@ module MRGRoutes [22,50,4807], [22,51,4998], [22,52,5090], + [22,53,4764], [22,54,4754], [22,56,8059], [22,58,7406], @@ -3753,6 +3777,7 @@ module MRGRoutes [22,70,4868], [22,80,5264], [22,84,4633], + [22,85,2276], [22,86,557], [22,87,5008], [22,99,451], @@ -3765,6 +3790,7 @@ module MRGRoutes [22,150,1516], [22,151,956], [22,159,1528], + [22,161,6051], [22,178,2273], [22,180,2683], [22,181,988], @@ -3899,6 +3925,7 @@ module MRGRoutes [23,369,1695], [23,384,157], [23,389,1642], + [23,403,2945], [23,409,1774], [23,412,1767], [23,417,3318], @@ -4037,6 +4064,7 @@ module MRGRoutes [26,52,5823], [26,54,5542], [26,76,5952], + [26,85,2454], [26,99,1279], [26,136,1447], [26,147,2101], @@ -4099,6 +4127,7 @@ module MRGRoutes [29,48,796], [29,49,4850], [29,51,5063], + [29,52,5200], [29,70,4973], [29,83,1982], [29,99,720], @@ -4330,6 +4359,7 @@ module MRGRoutes [31,242,1470], [31,243,2414], [31,244,906], + [31,245,1957], [31,263,73], [31,264,1045], [31,265,1080], @@ -4562,6 +4592,7 @@ module MRGRoutes [35,110,4940], [35,123,1159], [35,125,7819], + [35,126,7988], [35,132,4771], [35,133,5308], [35,134,3645], @@ -4603,6 +4634,7 @@ module MRGRoutes [35,221,779], [35,223,2220], [35,225,1548], + [35,230,3922], [35,236,2004], [35,237,1963], [35,238,284], @@ -4615,8 +4647,10 @@ module MRGRoutes [35,267,1484], [35,268,640], [35,269,281], + [35,279,4511], [35,281,461], [35,283,143], + [35,287,3490], [35,291,115], [35,293,1696], [35,296,277], @@ -4655,6 +4689,8 @@ module MRGRoutes [35,445,1035], [35,451,3381], [35,475,3166], + [35,486,3335], + [35,515,2568], [35,526,392], [35,527,266], [35,529,687], @@ -6172,6 +6208,7 @@ module MRGRoutes [52,24,5684], [52,25,4804], [52,26,5823], + [52,29,5200], [52,30,5565], [52,31,5022], [52,34,5017], @@ -6205,6 +6242,7 @@ module MRGRoutes [52,78,3715], [52,79,188], [52,80,186], + [52,83,4844], [52,84,516], [52,85,3635], [52,88,384], @@ -6270,6 +6308,7 @@ module MRGRoutes [52,178,4383], [52,179,107], [52,180,5343], + [52,187,4577], [52,198,117], [52,201,5010], [52,202,1162], @@ -6462,9 +6501,11 @@ module MRGRoutes [52,3277,1948], [52,3308,1471], [52,3503,270], + [53,8,5208], [53,12,4103], [53,13,5597], [53,16,5171], + [53,22,4764], [53,23,5417], [53,49,1147], [53,50,1154], @@ -6831,6 +6872,7 @@ module MRGRoutes [55,3261,263], [55,3278,443], [55,3430,431], + [56,12,9526], [56,13,8756], [56,22,8059], [56,23,8433], @@ -7082,6 +7124,7 @@ module MRGRoutes [58,12,6831], [58,13,8321], [58,15,7737], + [58,16,7828], [58,18,7228], [58,22,7406], [58,23,8085], @@ -7870,6 +7913,7 @@ module MRGRoutes [63,158,1376], [63,160,2247], [63,165,5502], + [63,197,1457], [63,205,5520], [63,213,5548], [63,231,2019], @@ -8770,6 +8814,7 @@ module MRGRoutes [69,1686,260], [69,1687,603], [70,1,4387], + [70,3,5074], [70,5,3445], [70,8,4905], [70,10,3854], @@ -10044,6 +10089,7 @@ module MRGRoutes [76,241,4673], [76,243,5834], [76,248,919], + [76,249,2592], [76,251,998], [76,252,1669], [76,255,1345], @@ -10817,6 +10863,7 @@ module MRGRoutes [83,45,994], [83,46,1086], [83,47,1189], + [83,52,4844], [83,80,5021], [83,87,4768], [83,147,967], @@ -11078,7 +11125,9 @@ module MRGRoutes [85,18,746], [85,20,2178], [85,21,713], + [85,22,2276], [85,23,2531], + [85,26,2454], [85,30,2233], [85,31,1607], [85,35,331], @@ -11182,6 +11231,7 @@ module MRGRoutes [85,1451,477], [85,1452,408], [85,1455,844], + [86,4,1756], [86,8,1629], [86,11,1853], [86,13,1358], @@ -12189,6 +12239,7 @@ module MRGRoutes [96,5,3058], [96,10,3465], [96,12,3244], + [96,15,4155], [96,35,3257], [96,45,3337], [96,49,331], @@ -12491,6 +12542,7 @@ module MRGRoutes [99,1,1910], [99,3,1671], [99,4,1698], + [99,5,2090], [99,8,1522], [99,9,2477], [99,11,1746], @@ -13509,6 +13561,7 @@ module MRGRoutes [106,3420,1813], [106,3503,2722], [107,12,3622], + [107,13,5660], [107,23,5574], [107,35,3636], [107,49,227], @@ -13912,6 +13965,8 @@ module MRGRoutes [109,3392,676], [109,3441,1467], [109,3503,514], + [110,5,4740], + [110,10,5152], [110,18,5446], [110,35,4940], [110,45,5019], @@ -14996,6 +15051,7 @@ module MRGRoutes [125,1724,795], [126,1,8434], [126,12,7967], + [126,35,7988], [126,49,5635], [126,51,5425], [126,52,5396], @@ -16308,6 +16364,7 @@ module MRGRoutes [146,12,5661], [146,13,7555], [146,16,6587], + [146,18,6162], [146,23,7402], [146,35,5676], [146,45,5755], @@ -16666,6 +16723,7 @@ module MRGRoutes [151,244,390], [151,369,1334], [151,389,1279], + [151,420,2283], [152,1,749], [152,5,342], [152,6,277], @@ -16889,12 +16947,14 @@ module MRGRoutes [160,3278,831], [161,1,5742], [161,5,4798], + [161,8,6257], [161,10,5208], [161,11,6353], [161,12,4984], [161,13,6832], [161,16,5952], [161,18,5456], + [161,22,6051], [161,23,6684], [161,47,5074], [161,49,1545], @@ -19209,6 +19269,7 @@ module MRGRoutes [187,45,811], [187,46,439], [187,47,653], + [187,52,4577], [187,83,980], [187,147,552], [187,149,1703], @@ -19479,6 +19540,7 @@ module MRGRoutes [195,3,809], [195,8,983], [195,11,891], + [195,12,2302], [195,13,1218], [195,18,1784], [195,20,973], @@ -19532,6 +19594,7 @@ module MRGRoutes [196,2394,79], [197,55,520], [197,57,903], + [197,63,1457], [197,231,1036], [198,1,4493], [198,5,3550], @@ -20758,6 +20821,7 @@ module MRGRoutes [217,16,3658], [217,17,2934], [217,18,2934], + [217,21,3009], [217,22,3608], [217,23,4190], [217,25,3590], @@ -20941,6 +21005,7 @@ module MRGRoutes [223,2620,238], [223,2626,176], [224,1,5834], + [224,10,5434], [224,11,6501], [224,12,5243], [224,49,3107], @@ -21192,7 +21257,9 @@ module MRGRoutes [229,1428,646], [229,1758,1449], [229,1937,94], + [229,2114,567], [229,3321,495], + [230,35,3922], [230,49,837], [230,50,813], [230,51,653], @@ -21886,6 +21953,7 @@ module MRGRoutes [245,8,1319], [245,11,1096], [245,16,767], + [245,31,1957], [245,47,1932], [245,85,2144], [245,246,162], @@ -22025,6 +22093,7 @@ module MRGRoutes [249,71,3960], [249,72,2448], [249,75,2286], + [249,76,2592], [249,77,2669], [249,79,2854], [249,80,2483], @@ -23469,6 +23538,7 @@ module MRGRoutes [278,33,234], [278,38,277], [278,186,460], + [279,35,4511], [279,50,1049], [279,51,876], [279,52,692], @@ -23800,6 +23870,7 @@ module MRGRoutes [286,1192,493], [286,1193,598], [286,1205,1255], + [286,1225,1155], [286,1265,1753], [286,1741,921], [286,1767,1224], @@ -23810,6 +23881,7 @@ module MRGRoutes [286,3435,1326], [286,3503,1818], [287,12,3480], + [287,35,3490], [287,49,647], [287,50,665], [287,51,786], @@ -26995,6 +27067,7 @@ module MRGRoutes [364,8,284], [364,11,190], [365,1,918], + [365,3,945], [365,8,1056], [365,11,838], [365,16,556], @@ -27098,6 +27171,7 @@ module MRGRoutes [372,9,787], [372,11,967], [372,13,2175], + [372,15,873], [372,16,767], [372,17,1909], [372,31,1825], @@ -27460,7 +27534,9 @@ module MRGRoutes [403,11,1480], [403,12,2195], [403,13,2626], + [403,15,1262], [403,16,1104], + [403,23,2945], [403,31,2336], [403,35,2191], [403,38,1457], @@ -27719,6 +27795,7 @@ module MRGRoutes [420,74,5381], [420,134,1939], [420,136,782], + [420,151,2283], [420,180,544], [420,243,405], [420,245,261], @@ -29327,6 +29404,7 @@ module MRGRoutes [485,1421,2266], [485,1426,1125], [485,3503,2129], + [486,35,3335], [486,49,1820], [486,50,1808], [486,51,1768], @@ -30753,6 +30831,7 @@ module MRGRoutes [514,3503,815], [515,5,2387], [515,12,2549], + [515,35,2568], [515,47,2802], [515,50,1548], [515,52,1881], @@ -32727,6 +32806,8 @@ module MRGRoutes [592,2565,445], [592,3279,297], [593,9,1575], + [593,12,2566], + [593,15,1749], [593,16,1558], [593,70,5647], [593,74,5156], @@ -46085,6 +46166,7 @@ module MRGRoutes [2113,500,330], [2113,519,1293], [2113,1371,940], + [2114,229,567], [2114,500,249], [2114,501,240], [2114,1237,227], @@ -47266,6 +47348,7 @@ module MRGRoutes [2539,360,332], [2539,593,210], [2539,3129,129], + [2540,9,1386], [2540,360,180], [2540,417,444], [2540,593,331], @@ -47288,6 +47371,7 @@ module MRGRoutes [2551,360,679], [2551,3125,319], [2551,3128,199], + [2552,15,1578], [2552,360,144], [2552,2548,128], [2552,2550,134],