Skip to content

A simple Django project to demonstrate Google Maps Geocoding.

Notifications You must be signed in to change notification settings

PraneethKarnena/django-google-geocoding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django - Google Maps Geocoding Demonstration

Demo: 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

About

A simple Django project to demonstrate Google Maps Geocoding.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published