developmentseed / developmentseed/label-maker
Speed up tile downloads
Open
enhancement
- Dominant language
- Python
- Stars
- 472
- Forks
- 106
- PR merge metrics
- No merged PRs in 30d
Description
Right now, tile downloads [happen in series/synchronously](https://github.com/developmentseed/label-maker/blob/master/label_maker/images.py#L71-L74). This is quite slow for larger data sets. We should take advantage of improved Python 3.6 `asyncio` support or an existing library to parallelize the downloads.
Contributor guide
Assessment
This issue has not been assessed yet.