lennart-rth / Live-Earth-Wallpapers

A collection of all earth related space Images in one script to set as your Desktop background.
GNU General Public License v3.0
301 stars 13 forks source link

fix: Improve performance for sentinel downloads #6

Closed SteffenCucos closed 2 years ago

SteffenCucos commented 2 years ago

This runs the image downloads for sentinel in parallel, which should mean 4x faster downloads

lennart-rth commented 2 years ago

Very nice! I thought about implementing this, especially for the goes, himawari and meteosat images. But it seems to be quite complicated to do this parallel because the loaded images depend on each other! Any ideas how to do that?