-
-
Notifications
You must be signed in to change notification settings - Fork 38
Restore WAVES client and update source #157
Copy link
Copy link
Labels
Feature RequestNew feature wanted.New feature wanted.
Description
Describe the feature
WIND/WAVES data is now served from SPDF and has equivalent IDL sav files with slightly different naming conventions.
https://spdf.gsfc.nasa.gov/pub/data/wind/waves/ specifically
- https://spdf.gsfc.nasa.gov/pub/data/wind/waves/rad1_idl_binary/
- https://spdf.gsfc.nasa.gov/pub/data/wind/waves/rad2_idl_binary/
Proposed solution
Restore the removed client and update for this URL pattern and update spectrogram for different naming scheme radiospectra/spectrogram/spectrogram_factory.py:L660
start_time = Time.strptime(file.stem.split("_")[-1], "%Y%m%d")
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Feature RequestNew feature wanted.New feature wanted.