Skip to content

Commit

Permalink
84 additional routes #242
Browse files Browse the repository at this point in the history
  • Loading branch information
krlawrence committed Aug 15, 2022
1 parent f64d447 commit ad234fe
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 3 deletions.
4 changes: 2 additions & 2 deletions make-route-graph/mrg/mrg-constants.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion make-route-graph/mrg/mrg-history.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading

0 comments on commit ad234fe

Please sign in to comment.