OhmSpectator / streetviews-grabber

A script that grabs Google Street View for a city.
Other
7 stars 1 forks source link

Parallelize the requests to the Google Street View Satic API. #3

Closed OhmSpectator closed 1 year ago

OhmSpectator commented 4 years ago

There are thousands and thousands of requests to be done to the GSVS API. Run them in parallel.

Current Bugs:

15

OhmSpectator commented 1 year ago

Try to use something like multithreaded MapReduce for the requests. List of useful links: https://stackoverflow.com/questions/2562757/is-there-a-multithreaded-map-function https://rednafi.github.io/digressions/python/2020/04/21/python-concurrent-futures.html