A script to get coordinates of addresses in a file.

Omar Vega Ramos bd4607ebdf Fix name 3 anni fa
LICENSE 642cf79463 Adding files 3 anni fa
README.md bd4607ebdf Fix name 3 anni fa
multiple_geocoding.py cf8d48c0c5 Fix name 3 anni fa

README.md

multiple-geocoding

A script to get coordinates of addresses in a file.

Requirement

Python 3.xx

Running the script

python multiple_geocoding.py INPUT_FILE.txt MAPBOX_ACCESS_TOKEN

If you want to specify the name of the output file with the distances.

python multiple_geocoding.py INPUT_FILE.txt MAPBOX_ACCESS_TOKEN --output OUTPUT_FILE.csv