developmentseed / developmentseed/label-maker

Speed up tile downloads

Open
#12 0 comments 0 reactions 1 assignee Claimed by @martham93 View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.