Longest Straight Line Paths on Water or Land on the Earth (2018)(arxiv.org)
207 points by joebig 11 days ago | 60 comments
tl;dr: The paper applies a branch-and-bound algorithm to solve two optimization problems on Earth's surface: finding the longest straight-line sailing path without hitting land, and the longest straight-line driving path without hitting a major body of water. The approach handles the chaotic, fractal nature of coastlines and the complications introduced by islands and lakes.
HN Discussion:
  • Confirms and enjoys the paper's findings, validating a Reddit user's original claim
  • Points out a flaw where treating below-sea-level areas as water misses a longer land path
  • Criticizes labeling the land path as 'drivable' when it crosses impassable terrain like the Alps
  • Shares fascination with the counterintuitive geometry and geographic intuition of the routes
  • Contributes related work, visualizations, or analogies to similar geographic/mathematical puzzles