Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 823 Bytes

README.md

File metadata and controls

28 lines (25 loc) · 823 Bytes

GMGeocoder

Google Maps Geocoder python scripts

How to :

In the same folder :

input.csv must contain the specific "address" column
Could be any type of adresses, but best practice would be
street# streetName postalCode city country
or
6 digit postal code (for canada)

output.csv will contains lot of useful informations such as :
accuracy
formatted_address
google_place_id
input_string
latitude
longitude
number_of_results
postcode
response
status
type

See the GM geocoder documentation here for all details about the results informations provided
https://developers.google.com/maps/documentation/geocoding/intro?hl=fr