krlawrence / graph

Practical Gremlin - An Apache TinkerPop Tutorial
Apache License 2.0
830 stars 251 forks source link

Some distances in the small (46 airport graph) are wrong #250

Open krlawrence opened 1 year ago

krlawrence commented 1 year ago

I noticed that some distances in the first 46 airport graph (a.k.a. the small graph) are wrong. This also impacts the full graph. Need to regenerate the routes using MakeRouteGraph via ruby mrg.rb hruby.

For example DTW-PHL is set as 727 miles when in should be 452 miles by Haversine distance.