An open API service indexing awesome lists of open source software.

https://github.com/trafitto/py_split_address

Split address with Google Geocoding API
https://github.com/trafitto/py_split_address

api geocoding google json python3

Last synced: about 1 month ago
JSON representation

Split address with Google Geocoding API

Awesome Lists containing this project

README

          

# 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)

```