emissions-api / sentinel5dl

Sentinel-5(P) Downloader
https://sentinel5dl.emissions-api.org
MIT License
12 stars 8 forks source link

Fix Retry Of Failed Requests #54

Closed lkiesow closed 4 years ago

lkiesow commented 4 years ago

This patch fixes the problem that retrying a failed request, that request would continue to write to a file that already contained data from the last, half-finished request, essentially breaking the output file.

EmbeddedHenni commented 4 years ago

lgtm