geoinquietosvlc / antipodes-map

Repository with the data and code for the antipodes school map
https://geoinquietosvlc.github.io/antipodes-map/
Creative Commons Zero v1.0 Universal
2 stars 1 forks source link

Experiment with the Vicenty formula on the ellipsoid to calculate the distance #2

Closed jsanz closed 10 years ago

jsanz commented 10 years ago

According to the wikipedia entry we can use the Vicenty Formula, but we need to double check as it happens that the antipodal distance is the hardest use case where the iterations cannot converge.

JavaScript source code available here.

jsanz commented 10 years ago

Tried and as expected, the formula doesn't converge for antipodal distance. I've left it for city to center of the view calculation. (1h)