spaceml-org / rs_tools

https://spaceml-org.github.io/rs_tools/
Apache License 2.0
6 stars 1 forks source link

Parallel Downloads #25

Open jejjohnson opened 8 months ago

jejjohnson commented 8 months ago

Many of the download functions are embarrassingly parallel operations because we typically loop over time.

Note: need to be careful with the goes data download because it downloads bands individually. So one would need a way to catch this failure and then delete the bands that have been downloaded.