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
pcodesdev
/
python-mini-projects
Public
forked from
Python-World/python-mini-projects
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
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
/
README.md
Copy path
More file actions
More file actions
Latest commit
History
History
History
9 lines (5 loc) · 407 Bytes
Breadcrumbs
python-mini-projects
/
projects
/
Geocoding
/
README.md
Copy path
File metadata and controls
9 lines (5 loc) · 407 Bytes
Raw
Copy raw file
Download raw file
Outline
Edit and raw actions
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