WFP-VAM / HRM

High Resolution Mapping of Food Security
https://wfp-vam.github.io/HRM/
MIT License
21 stars 6 forks source link

use multiproc for downloading images #39

Open lorenzori opened 5 years ago

lorenzori commented 5 years ago

downloading images is an async job so easy, but multiprocessing requires that the async function is a top-level thing so need to rethink g and s data sources classes.