python-mini-projects/projects/Geocoding at master · Python-World/python-mini-projects

Skip to content

Navigation Menu

Sign in

Appearance settings

This repository was archived by the owner on May 25, 2022. It is now read-only.

Latest commit

Geocoding Script

This script takes an address and return its latitude and longitude.This process is called geocoding

I have used the locationiq website's geocoding api inorder to solve this problem.

To be able to use this script you have to create a free account at https://locationiq.com/ and obtain your private token.

Remember, don't share your private token with anyone.