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
@MatthewCaseres yes I think it's possible although you might want to check with the geocoding service you are using to see what their usage policies and limitations are regarding concurrent queries. Also, as you note, batch geocoding would probably be a better route to go if available.
You can see the default query speed limitations tidygeocoder applies to comply with usage policies here:
Description
pygeo has an async mode. It seems like we are not using Promise.all in our geocoding, is it possible to do this?
Motivation
Faster geocoding
edit: batch geocoding may solve the same problem
The text was updated successfully, but these errors were encountered: