Skip to content

Latest commit

 

History

History
71 lines (53 loc) · 2.67 KB

File metadata and controls

71 lines (53 loc) · 2.67 KB

contributors forks stargazers issues


Nearest Location Distance with Python

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

About the Project

Built With

This app is created using Python 3 only.

Reference is from Wikipedia on Haversine Formula

Getting Started

This script is to calculate the great-circle distance between inputted coordinates e.g your coordinate with customizable location data.

Prerequisites

  • Python 3 (preferably Python 3.6.9)

that's it actually :)

Setup

  1. Clone the repository git clone https://github.com/cupskeee/python-near-location.git
  2. Modify your location data on the provided data source data.py or data.csv

You can modify the location data on data.py or data.csv by following the default format.

Guide