gulraiznoorbari / GeoLocation-Distance-Measurement

πŸš€ A Django App to Calculate and Visualize Distance Between Two Points with Folium Maps (leaflet.js).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Geo-Location Distance Measurement

Geo-Location Distance Measurement App made with Folium(Leaflet.js) and Django.


Made with Django.

Functionalities

  • Calculate and visualize the distance between the current location and the destination.

Installation steps

Clone the Repo and install the requirements

git clone https://github.com/gulraiznoorbari/Geolocation-Distance-Measurement.git
cd Geolocation-Distance-Measurement
pip install -r requirements.txt

Get Geodatabases from Maxmindb

python manage.py makemigrations
python manage.py migrate
python manage.py runserver

Integrate into an Existing Application

Add into installed Apps

INSTALLED_APPS = [
    'django.contrib.admin',
    'django.contrib.auth',
    'django.contrib.contenttypes',
    'django.contrib.sessions',
    'django.contrib.messages',
    'django.contrib.staticfiles',
    'measurements',
]

Author

You can get in touch with me on my LinkedIn Profile:

Gulraiz Noor Bari

LinkedIn Link
Twitter Link

You can also follow my GitHub Profile to stay updated about my latest projects: GitHub Follow

If you liked the repo then kindly support it by giving it a star ⭐!

Contributions Welcome

forthebadge

If you find any bug in the code or have any improvements in mind then feel free to generate a pull request.

About

πŸš€ A Django App to Calculate and Visualize Distance Between Two Points with Folium Maps (leaflet.js).

License:GNU General Public License v3.0


Languages

Language:Python 84.0%Language:HTML 16.0%