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
sunkit_instruments.fermi.download_weekly_pointing_file doesn't cache the files it downloads, instead downloading a fresh copy each time it's called. e.g. calling it twice with the same date downloads identical files to different folders:
Describe the performance issue
sunkit_instruments.fermi.download_weekly_pointing_file
doesn't cache the files it downloads, instead downloading a fresh copy each time it's called. e.g. calling it twice with the same date downloads identical files to different folders:It would be good if these files were cached to prevent extra downloads.
To Reproduce
import sunpy
sunpy.map.Map(...)
etc
Proposed fix
No response
The text was updated successfully, but these errors were encountered: