https://github.com/praneethkarnena/django-google-geocoding
A simple Django project to demonstrate Google Maps Geocoding.
https://github.com/praneethkarnena/django-google-geocoding
django gecoding google google-maps python python3
Last synced: 7 months ago
JSON representation
A simple Django project to demonstrate Google Maps Geocoding.
- Host: GitHub
- URL: https://github.com/praneethkarnena/django-google-geocoding
- Owner: PraneethKarnena
- Created: 2019-08-04T14:33:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T05:58:59.000Z (over 3 years ago)
- Last Synced: 2025-03-06T14:52:57.014Z (about 1 year ago)
- Topics: django, gecoding, google, google-maps, python, python3
- Language: Python
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Django - Google Maps Geocoding Demonstration
Demo: [https://django-google-geocoding.herokuapp.com/](https://django-google-geocoding.herokuapp.com/)
How this works:
- You upload an excel file (`.csv`) which contains an `address` column
- It is assumed that the excel file contains multiple rows of addresses
- Address in each row is extracted and a Geocoding lookup is made through Google Maps Geocoding API
- The `latitude` and `longtitude` is pulled from the API response
- The `lat` and `long` from above is written against the same row in the address
- The new excel file along with `address`, `lat` and `long` is availabe for download
*Note: **NO** address will be saved in the database*
*To prevent misuse, only the first 6 rows/addresses will be extracted*