pysat / pysatMadrigal

Madrigal instrument support for the pysat ecosystem
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Move Madrigal index Instruments to their own sub-modules #94

Closed aburrell closed 11 months ago

aburrell commented 11 months ago

Description

Addresses #91 by creating instrument sub-modules for the remaining madrigal index files.

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

import pysat
import pysatMadrigal as pymad

dst = pysat.Instrument(inst_module=pymad.instruments.madrigal_dst, user='User Name', password='your email')
dst.download(start=pymad.instruments.madrigal_dst.madrigal_start)
dst.load(1981, 1)

# Repeat for the madrigal_geoind and omni2_imf Instruments

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