label-maker icon indicating copy to clipboard operation
label-maker copied to clipboard

Speed up tile downloads

Open drewbo opened this issue 7 years ago • 0 comments

Right now, tile downloads happen in series/synchronously. 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.

drewbo avatar Jan 15 '18 20:01 drewbo