pysat / pysatNASA

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

ENH: unzip support in download #103

Closed jklenzing closed 11 months ago

jklenzing commented 2 years ago

Is your feature request related to a problem? Please describe. Some of the files on CDAweb are zipped (as .zip or .gz).

Describe the solution you'd like Add support to unzip and move after download similar to COSMIC data.

Describe alternatives you've considered less data support

Additional context Affects ICON L4 files, TIMED SABER (netCDF)

jklenzing commented 2 years ago

link to pysat/pysatModels#113. We could move the unzip routines from there to here since this would be useful for other instruments here.

jklenzing commented 11 months ago

Modified with support for zip. The structure is set to be easily expended if other formats are needed.