Geocode Stores is a Python script that reads a CSV file containing store information, including latitude and longitude coordinates, and retrieves additional address information using the Nominatim OpenStreetMap API. The enriched store data is then saved to an output CSV file. -
View it on GitHub