Closed aburrell closed 2 years ago
Addresses #86 and #50 by removing an unnecessary warning in the F10.7 historic downloads, and removed the deprecated ACE method load_csv_data that was moved to pysat.
load_csv_data
pysat
Please delete options that are not relevant.
import pysat from pysatSpaceWeather.instruments import sw_f107 f107 = pysat.Instrument(inst_module=sw_f107, tag='historic') f107.download(start=f107.lasp_stime)
There should not be any warning.
develop
main
CHANGELOG.md
If this is a release PR, replace the first item of the above checklist with the release checklist on the pysat wiki: https://github.com/pysat/pysat/wiki/Checklist-for-Release
Description
Addresses #86 and #50 by removing an unnecessary warning in the F10.7 historic downloads, and removed the deprecated ACE method
load_csv_data
that was moved topysat
.Type of change
Please delete options that are not relevant.
How Has This Been Tested?
There should not be any warning.
Test Configuration
Checklist:
develop
(notmain
) branchCHANGELOG.md
, summarizing the changesIf this is a release PR, replace the first item of the above checklist with the release checklist on the pysat wiki: https://github.com/pysat/pysat/wiki/Checklist-for-Release