maurycyp / vincenty

Calculate the geographical distance between 2 points with extreme accuracy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Distance calculation silently fails for values over 20,000 kms

enigmathix opened this issue · comments

The distance calculation silently fails for values over 20,000 kms. An example of this is between the cities of Hamilton in New Zealand and Cordoba in Spain:

vincenty((-37.783333, 175.283333), (37.89155, -4.772748)) returns None.