pysat / pysatCDF

Python reader for NASA CDF file format
BSD 3-Clause "New" or "Revised" License
10 stars 7 forks source link

CDF version is out of date #34

Open JonathonMSmith opened 2 years ago

JonathonMSmith commented 2 years ago

I feel obliged to mention that CDF is currently on version 3.8.1 It looks like pysatCDF is using CDF version 3.5.0 according to the README in cdf36_3-dist

I'm not sure which version is actually being used, but unless there are issues with the latest version I think we should try to use it.

aburrell commented 2 years ago

@JonathonMSmith agree! I know this new version fixed some bugs.

rstoneback commented 2 years ago

Yep, now that pysatCDF actually builds again on modern systems I'm all for getting the new CDF code in.

rstoneback commented 2 years ago

My plan is to get the required changes I've identified in the meta workflow going and then while that is cooling and reviewing I'll come back here. The getting meta fixed when writing files, plus tests and proper docs will probably take the next couple days.