A script to get coordinates of addresses in a file.

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

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