DenisCarriere / geocoder

:earth_asia: Python Geocoder
http://geocoder.readthedocs.org
MIT License
1.62k stars 286 forks source link

Is there code to test out multiple geocoding services at once? #432

Open d3netxer opened 3 years ago

d3netxer commented 3 years ago

I have a list of addresses, and I would like to compare the results between multiple providers at once. Testing 3 or 5 at once would be great. On top of this if there was a way to measure the accuracy and find the most accurate one, that would be amazing. Is there a way to do this? Or does anyone have some code to share?