FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

python-mini-projects/projects/Geocoding/README.md at master · pcodesdev/python-mini-projects · GitHub

Latest commit

 

History

History
9 lines (5 loc) · 407 Bytes

File metadata and controls

9 lines (5 loc) · 407 Bytes

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.


Back | FazBrowse Home | New Git URL