Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use sunpy_soar for downloading data from SOAR #12

Open
jgieseler opened this issue Jun 3, 2022 · 1 comment
Open

Use sunpy_soar for downloading data from SOAR #12

jgieseler opened this issue Jun 3, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@jgieseler
Copy link
Owner

sunpy_soar supports since v1.4 also low latency data. So it now is able to obtain all the same data we're downloading until now with solo_epd_loader (the source is in both cases ESA's SOAR). For the future, it would be worthwhile to completely move the downloading process to sunpy_soar to avoid duplication (and sunpy_soar is definitely much better written than my code 😅).

@jgieseler jgieseler added the enhancement New feature or request label Jun 3, 2022
@AthKouloumvakos
Copy link

AthKouloumvakos commented Jun 7, 2022

Just some thoughts.

I believe that a list of the functions to change is:

  1. _epd_ll_download
  2. _epd_l2_download
  3. get_available_soar_files
  4. _autodownload_cdf
  • 1. and 2. can be merged into a new function _epd_download
  • 3. can remain and it will return the result of Fido.search. Probably rename this to _epd_search
  • 4. This part will be covered by 1. and 2.

Potentially these two functions maybe affected depending how and where the data will be downloaded by sunpy.

  1. _get_epd_filelist
  2. _get_step_filelist

Sorry, something went wrong.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants