emissions-api / sentinel5dl

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

Fix Renaming Temporary Files #78

Closed lkiesow closed 2 years ago

lkiesow commented 2 years ago

This patch fixes the renaming of temporary files on Windows which fails with the error that a process still has an open file handler on these files. The process is sentinal5dl itself which did not close the file yet.

This fixes #70 This fixes #71