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
300 stars 13 forks source link

fix: Improve performance for sentinel downloads #6

Closed SteffenCucos closed 1 year ago

SteffenCucos commented 1 year ago

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

lennart-rth commented 1 year 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?