pysat / pysatNASA

pysat support for NASA Instruments
BSD 3-Clause "New" or "Revised" License
21 stars 7 forks source link

MAINT: update cdflib standards for 0.4+ #112

Closed jklenzing closed 2 years ago

jklenzing commented 2 years ago

Description

Addresses #111

The version cap for cdflib was employed to avoid bugs and incompatibilities in that version, which have been since fixed. This accepts only newer versions.

The new version of cdflib avoids the issue with metadata stored in arrays. The workarounds for meta have been removed.

Type of change

How Has This Been Tested?

import pysat
plp = pysat.Instrument('cnofs', 'plp')
plp.load(2009, 1)

Data should successfully load.

Test Configuration

Checklist: