SciQLop / speasy

Space Physics made EASY! A simple Python package to deal with main Space Physics WebServices (CDA,SSC,AMDA,..)
Other
24 stars 7 forks source link

Add netCDF4 support #12

Closed jeandet closed 2 years ago

jeandet commented 3 years ago

netCDF4 seems to be the best common format across web services for now. Before we enable it, we have to ensure that:

Then do we make it a strong dep of speasy or an opt in feature.

jeandet commented 3 years ago

@Dolgalad @brenard-irap @nicolasaunai

jeandet commented 3 years ago

On Fedora both rpm and PyPi packages work.

jeandet commented 3 years ago

Same on Ubuntu 20.04.2 LTS with deb and PyPi

jeandet commented 3 years ago

There is one small limitation here, at least with CDAWeb, netCDF files are generated with same time format as CDF files.

jeandet commented 2 years ago

Closing for now since we will use CDF instead since pycdfpp is ready and we already must use CDF for CDA inventory build (from master CDFs).