In this video, I will show in 5 lines how you could tap into Python, Geopy and Nominatim's super powers to calculate Latitude and Longitude for an address.
What is Nominatim? From [ Ссылка ], Nominatim uses OpenStreetMap data to find locations on Earth by name and address (geocoding). It can also do the reverse, find an address for any location on the planet.
Nominatim wiki page: [ Ссылка ]
From [ Ссылка ], "Nominatim geocoder is a free, open-source address search engine that you can run on your own computer, even without an Internet connection! And this is one of few solutions which allows you to do high volume, batch geocoding for any address on our planet on budget.
Nominatim can do both forward and reverse geocoding and supports all countries, languages and address formats in the world. It is developed and maintained by the OpenStreetMap community and used as a default geocoding service for OSM data."
Ещё видео!