A script to get coordinates of addresses in a file.

Omar Vega Ramos bd4607ebdf Fix name před 3 roky
LICENSE 642cf79463 Adding files před 3 roky
README.md bd4607ebdf Fix name před 3 roky
multiple_geocoding.py cf8d48c0c5 Fix name před 3 roky

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