Skip to content

Captain-Oski/GMGeocoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Google Maps Geocoder python scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages