You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 6, 2024. It is now read-only.
It is caused by the fact that while zipfile.Zipfile is called the corresponding module is never imported.
Fixing this problem is probably trivial, however I would like to know what the preferred method of extracting the temporary zipfile is as there are two possibilities:
This error occurs in the Example_OLR_Tracking_satellite.ipynb notebook upon trying to download and extract the example data.
It is caused by the fact that while
zipfile.Zipfileis called the corresponding module is never imported.Fixing this problem is probably trivial, however I would like to know what the preferred method of extracting the temporary zipfile is as there are two possibilities:
import zipfileshutil.unpack_archive(cf. Example_OLR_Tracking_model.ipynb)