A script to get coordinates of addresses in a file.

Omar Vega Ramos bd4607ebdf Fix name 2 년 전
LICENSE 642cf79463 Adding files 2 년 전
README.md bd4607ebdf Fix name 2 년 전
multiple_geocoding.py cf8d48c0c5 Fix name 2 년 전

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