python-mini-projects/projects/Geocoding at master · optionalg/python-mini-projects · GitHub
Skip to content

Latest commit

 

History

History
 
 

Folders and files

README.md

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.