From: Luis Quesada on
Luis Quesada wrote:
> Dear all,
> Given a gps coordinate, I would like to find out the country the
> coordinate belongs to. I wonder whether there is a python library that
> offers this capability...
(In case somebody here is looking for the same thing)
Somebody in sci.geo.satellite-nav suggested using geopy:
http://code.google.com/p/geopy/wiki/ReverseGeocoding
Indeed, it is exactly what I was looking for.
Cheers,
Luis