Skip to content

Commit

Permalink
August 2022 route updates #242
Browse files Browse the repository at this point in the history
  • Loading branch information
krlawrence committed Aug 29, 2022
1 parent ad234fe commit 480489b
Show file tree
Hide file tree
Showing 14 changed files with 218,187 additions and 216,835 deletions.
228 changes: 159 additions & 69 deletions demos/air-routes-latest-visjs.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions demos/air-routes-small-latest-visjs.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!-- This is a machine generated file -->
<!-- Generated at 2022-07-10 16:49:17 UTC using '../mrg/mrg.rb' -->
<!-- Generated at 2022-08-29 14:10:20 UTC using '../mrg/mrg.rb' -->
<html>
<head>
<title>World air route map (graph)</title>
<meta name='author' content='Kelvin R. Lawrence' />
<meta name='created' content='2022-Jul-09' />
<meta name='version' content='0.88' />
<meta name='created' content='2022-Aug-29' />
<meta name='version' content='0.89' />
<script type='text/javascript' src='http://kelvinlawrence.net/book/vis.js'></script>
<link href='http://kelvinlawrence.net/book/vis.css' rel='stylesheet' type='text/css' />

Expand All @@ -24,9 +24,9 @@
<input type='text' id='search' maxlength='3' style='width:100%' onkeydown='check(event)'></input><br><br>
<button onClick='doSearch()'>Search</button><br><br>
<textarea rows='50' cols='20' id='txt1' readOnly='true'>
AIR ROUTES v0.88
AIR ROUTES v0.89

2022-Jul-09
2022-Aug-29

46 Airports
1,390 Routes
Expand Down
2 changes: 1 addition & 1 deletion make-route-graph/mrg/mrg-constants.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#----------------------------------------------------------------------------------------
module MRGConstants
VERSION = "0.89"
VERSION_DATE = "2022-Aug-15"
VERSION_DATE = "2022-Aug-29"
VERSION_TIME = Time.new.utc
AUTHOR = "Kelvin R. Lawrence"

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)
# 15-Aug-2022 -KRL- Added 45 route pairs (90 total routes added) v0.89
# 29-Aug-2022 -KRL- Added 45 route pairs (90 total routes added) v0.89
209,840 changes: 105,010 additions & 104,830 deletions sample-data/RDF/edges.sparql

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions sample-data/RDF/nodes.sparql
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ PREFIX op: <http://kelvinlawrence.net/air-routes/objectProperty/>
INSERT DATA {
GRAPH v:DefaultNamedGraph {
r:0 rdfsyn:type c:Version .
r:0 rdfs:label "0.88" .
r:0 rdfs:label "0.89" .
r:0 dtp:type "version" .
r:0 dtp:code "0.88" .
r:0 dtp:desc "Air Routes Data - Version: 0.88 Generated: 2022-07-10 16:49:16 UTC; Graph created by Kelvin R. Lawrence; Please let me know of any errors you find in the graph or routes that should be added." .
r:0 dtp:code "0.89" .
r:0 dtp:desc "Air Routes Data - Version: 0.89 Generated: 2022-08-29 14:10:18 UTC; Graph created by Kelvin R. Lawrence; Please let me know of any errors you find in the graph or routes that should be added." .
r:0 dtp:author "Kelvin R. Lawrence" .
r:0 dtp:date "2022-07-10 16:49:16 UTC" .
r:0 dtp:date "2022-08-29 14:10:18 UTC" .
r:1 rdfsyn:type c:Airport .
r:1 rdfs:label "ATL" .
r:1 dtp:type "airport" .
Expand Down

0 comments on commit 480489b

Please sign in to comment.