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
- Host: GitHub
- URL: https://github.com/trafitto/py_split_address
- Owner: Trafitto
- Created: 2017-10-17T09:15:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-17T09:23:41.000Z (over 8 years ago)
- Last Synced: 2025-03-12T17:49:56.672Z (over 1 year ago)
- Topics: api, geocoding, google, json, python3
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
```