pysat / pysatNASA

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

STY: cdflib and cdaweb #53

Closed jklenzing closed 3 years ago

jklenzing commented 3 years ago

Technically, cdf and CDAWeb interactions are separate entities. CDAWeb hosts netCDF4 files as well. We could break these into two separate method files, which would aid in finding stuff we need. Potentially, cdflib routines could be moved to pysatNASA.utils, mirroring the structure in the core code.

aburrell commented 3 years ago

Potentially, cdflib routines could be moved to pysatNASA.utils, mirroring the structure in the core code.

I think that's a good idea.

jklenzing commented 3 years ago

Closing with merge of #58