You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Geopy strongly recommends using a context manager for async calls. And geocode_row right now requires a geocoder function (because of rate limiting). There's a lot to manage here.
Thinking about this more, especially after spending more time with faster services like OpenCage, Google and Mapbox, I should probably decide whether this is a sync or async library overall. Being in both places is probably too much to manage.
Geopy has a set of tools to help with async here: https://geopy.readthedocs.io/en/latest/#async-mode
Should definitely use those, especially when thinking about Datasette integration.
The text was updated successfully, but these errors were encountered: