Skip to content

Commit

Permalink
Additional routes, start of 0.89 version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
krlawrence committed Aug 2, 2022
1 parent e8b55ef commit ae59905
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions make-route-graph/mrg/mrg-constants.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
# Author: Kelvin R Lawrence 27th November-2013 - Present
#----------------------------------------------------------------------------------------
module MRGConstants
VERSION = "0.88"
VERSION_DATE = "2022-Jul-09"
VERSION = "0.89"
VERSION_DATE = "2022-Aug-02"
VERSION_TIME = Time.new.utc
AUTHOR = "Kelvin R. Lawrence"

AIRPORTS = 3504 # Number of airports in the full graph
ROUTES = 50547 # Number of routes in the full graph
ROUTES = 50551 # 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)
Expand Down
1 change: 1 addition & 0 deletions make-route-graph/mrg/mrg-history.rb
Original file line number Diff line number Diff line change
Expand Up @@ -145,3 +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)
# 2-Aug-2022 -KRL- Added 2 route pairs (4 total routes added) v0.89
4 changes: 4 additions & 0 deletions make-route-graph/mrg/mrg-routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1651,6 +1651,7 @@ module MRGRoutes
[2,1114,125],
[2,2658,1950],
[3,47,1357],
[3,48,1869],
[3,49,4901],
[3,50,4921],
[3,52,5294],
Expand Down Expand Up @@ -3756,6 +3757,7 @@ module MRGRoutes
[22,87,5008],
[22,99,451],
[22,105,4788],
[22,106,7393],
[22,122,5199],
[22,136,2333],
[22,147,2118],
Expand Down Expand Up @@ -5301,6 +5303,7 @@ module MRGRoutes
[47,2626,2374],
[47,3322,1622],
[47,3503,4039],
[48,3,1869],
[48,5,2505],
[48,8,1751],
[48,11,1968],
Expand Down Expand Up @@ -13325,6 +13328,7 @@ module MRGRoutes
[106,13,8287],
[106,16,7662],
[106,18,7115],
[106,22,7393],
[106,45,6780],
[106,49,3255],
[106,50,3238],
Expand Down

0 comments on commit ae59905

Please sign in to comment.