Skip to content

Finds Longitude/Latitude of any location on Earth using GoogleMap API

Notifications You must be signed in to change notification settings

Saurabh303/GeolocationFinder2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GeolocationFinder2

Finds Longitude/Latitude of any location on Earth using GoogleMap API

A Python script which reads a csv file, here supermarkets.csv having addresses of the locations and finds the longitude/latitude for the location, then outputs a new csv file which is result.csv here. For the purpose, I have used googlemaps module which is Python client library for Google Maps API Web Services.

To run

  • Run the script as python3 main.py

About

Finds Longitude/Latitude of any location on Earth using GoogleMap API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages