A script to get coordinates of addresses in a file.

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

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