ssec / sift

A visualization application for satellite imagery
http://sift.ssec.wisc.edu/
GNU General Public License v3.0
46 stars 13 forks source link

SIFT tends to crash when loading datasets from the same FCI repeat cycle in separate Open File Wizard calls #415

Open ameraner opened 1 month ago

ameraner commented 1 month ago

Problem To reproduce the issue:

Analysis The suspect is that it is an issue with multiple accesses to open NetCDF files. Since the Scene gets reinitialised at every Open File Wizard call anyway, possibly a better cleanup/closing/deleting/garbage-collecting of Scene/Filehandlers might fix the issue.

Possibly related to https://github.com/pytroll/satpy/issues/2092