FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
python-mini-projects/projects/Geocoding at master · scriptex/python-mini-projects · GitHub
scriptex
/
python-mini-projects
Public
forked from
Python-World/python-mini-projects
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
python-mini-projects
/
projects
/
Geocoding
/
Copy path
Directory actions
More options
More options
Directory actions
More options
More options
Latest commit
History
History
History
Breadcrumbs
python-mini-projects
/
projects
/
Geocoding
/
Copy path
Folders and files
Name
Name
Last commit message
Last commit date
parent directory
..
README.md
README.md
geocoding.py
geocoding.py
requirements.txt
requirements.txt
README.md
Outline
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