Trafitto / PY_Split_address

Split address with Google Geocoding API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Split address using Google Geocoding API

Split a list of address in .csv

Set this

OutputFile='address_split.csv' 
InputFile= 'address_to_splitt.csv'
Gkey='' #Google api key

Example input file

VIA TEST  9 , 50145 - FIRENZE (FI)
Piazza a caso 20 , 50063 - FIGLINE E INCISA VALDARNO (FI)

About

Split address with Google Geocoding API


Languages

Language:Python 100.0%