GIScience/ohsome-py

Parallelise calls where possible

Opened this issue · 0 comments

In general one big call is preferred to multiple sequential small calls due to the large overhead coming with an ohsome-API call.

Yet, it should be tested if one big call outperforms multiple parallel small calls, especially when getting close to a timeout.

This could be achieved by a ThredPool

Related: #106 #37