Skip to content

Instantly share code, notes, and snippets.

@KilimAnnejaro
Created June 5, 2022 17:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KilimAnnejaro/135d9388bd107d12b10a7376f7c2c95c to your computer and use it in GitHub Desktop.
Save KilimAnnejaro/135d9388bd107d12b10a7376f7c2c95c to your computer and use it in GitHub Desktop.

What is the center of the world?

Background

Averaging across all coordinates on land

(this one produces center of world somewhere near Sao Tome and Principe)

Wikipedia method: averaging across all distances between two points of land

  • Hard to get enough compute power to look at all the pairs--distance computation rather expensive
  • Instead looked incrementally from 30 points, to 40, to 50, to 75
  • land mass centers: (9.310344827586206, 31.034482758620697) -> (16.153846153846146, 32.30769230769229) -> (20.204081632653057, 33.06122448979593) ->
  • Moves from South Sudan north into Sudan

Other methods for finding the center of land mass on earth

  • This whole thing is arbitrary: we could change the coordinates and the center would be anywhere!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment