geomagpy / magpy

MagPy (or GeomagPy) is a Python package for analysing and displaying geomagnetic data.
BSD 3-Clause "New" or "Revised" License
45 stars 27 forks source link

Problem with importing IMAGCDF files with cdflib 0.3.19 #99

Closed leonro closed 3 years ago

leonro commented 3 years ago

Starting with cdflib 0.3.19, IMAGCDF's are not imported any more. The underlying reason is the conversion function from tt2000 to datetime, which obviously was changed with respect to earlier versions of cdflib.

leonro commented 3 years ago

At the moment one can overcome this issue by simply using an older version of cdflib: pip3 install --force-reinstall cdflib==0.3.18

leonro commented 3 years ago

Solved with version/tag 1.0.0