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.
- Run the script as
python3 main.py