You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know how difficult this would be, but one improvement I'd like to see cdflib implement is have sensible datetime objects returned by cdf files, rather than needing a call to cdfepoch.to_datetime. For instance, consider the following two examples, one from cdflib and the other from pycdf:
It would be really nice to be able to expect cdf.varget("Epoch") to return useful datatypes by default, rather than having to have an intermediate step.
The text was updated successfully, but these errors were encountered:
I don't know how difficult this would be, but one improvement I'd like to see
cdflib
implement is have sensibledatetime
objects returned by cdf files, rather than needing a call tocdfepoch.to_datetime
. For instance, consider the following two examples, one fromcdflib
and the other frompycdf
:It would be really nice to be able to expect
cdf.varget("Epoch")
to return useful datatypes by default, rather than having to have an intermediate step.The text was updated successfully, but these errors were encountered: