Category "geopy"

Python Pandas Geopy AttributeError 'NoneType' object has no attribute 'raw' , getting city, state and country from long/lat

I've looked around for a solution and tried filtering my df to where the longitude and latitude are not null but to no avail. This is my first time using geopy

GeoPy SSL Certificate Verify Failed: certificate has expired (_ssl.c:1056)

UPDATE: Okay, so I was finally able to figure it out. Apparently I accidentally installed something through pip before leaving the other day, which had some sor

Find address using latitude/ longitude attribute (Python & geopy)

I have been trying to resolve a particular problem - extract location/address out of the predefined list. The list represents e-mail message where address will

Geopy Nominatim broke Heroku deploy

I deploy my telegram bot on Heroku and I use pyTelegramBotapi and geopy. The last time I deploy, it was 10 days ago, all was working fine but today when I start

Geopy distance between two point tuples of (lat, lon) coordinates

I've been trying to measure geographic distance between points in a GeoDataframe (gdb['geometry']) and one specific point, let's say, b_xy. gdb['geometry'] is a

How to handle response "None" from GeoPy client using Pandas apply?

I am working on pandas dataframe with quite a few hundreds addresses, trying to add a new column with coordinates received from geopy. Main question: how to han