pysat / pysatSpaceWeather

pysat support for space weather indices and data sets
BSD 3-Clause "New" or "Revised" License
9 stars 5 forks source link

Deprecation update #88

Closed aburrell closed 2 years ago

aburrell commented 2 years ago

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 to pysat.

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

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.

Test Configuration

Checklist:

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