/distance-between-cities

My solution on calculating the distance between two cities using the Haversine fomula (latitude and longitude)

Primary LanguagePythonMIT LicenseMIT

distance-between-cities

My solution on calculating the distance between two cities using the Haversine formula (latitude and longitude)

To calculate the distance I used the package Haversine module (pip install haversine) and a formula found from a StackOverflow question .

Answers are given in km and mi