I need to convert longitude and latitude coordinates to either country or city, is there an example of this in python?
thanks in advance!
This is called reverse geocoding. There is one library I could find in Python which is focused on this: https://github.com/thampiman/reverse-geocoder
Some related questions with other ideas: