Is there a way to take a properly formatted address and geocode it, without using an online geocoder? I have a file with several thousand address and would like to geocode them, but due to api restrictions on request velocity/limits... it is very inconvenient to use online sources
I've looked into several geocoding libraries, but they all seem to use online sources. Geonames was the most promising, but it seems to be made for python 2
Note: There exists a post titled similarly, but it was a mislabeled POI question and answered accordingly.
You can use the python library geocoder and use your own instance of the Open Street Maps Nominatim.
Please check the Nominatim Install Guide on how to install nominatim.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With