A simple great-circle distance calculation using only Python! (No Packages)
Calculate rough distance between points/location such as Store Branch and Map Points given their longitudes and latitudes
More about Haversine formula »
Request Feature / Report Bugs
This app is created using Python 3 only.
Reference is from Wikipedia on Haversine Formula
This script is to calculate the great-circle distance between inputted coordinates e.g your coordinate with customizable location data.
- Python 3 (preferably
Python 3.6.9
)
that's it actually :)
- Clone the repository
git clone https://github.com/cupskeee/python-near-location.git
- Modify your location data on the provided data source
data.py
ordata.csv
You can modify the location data on data.py
or data.csv
by following the default format.