emissions-api / sentinel5dl

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

Download To Temporary Files #58

Closed lkiesow closed 4 years ago

lkiesow commented 4 years ago

This patch makes sentinel5dl use a temporary file for downloading data, moving the file to its intended location only after the download is complete. This clearly marks half-finished downloads which otherwise could be easily confused with fully downloaded files.

This fixes #52 This fixes #53