c-proof / pyglider

glider software
https://pyglider.readthedocs.io/
Apache License 2.0
17 stars 24 forks source link

FIX: make times floating point seconds, not integer seconds #177

Closed jklymak closed 1 month ago

jklymak commented 1 month ago

Times need to be datetime64 for utils.get_profiles_new, but need to be floating point seconds for ERDDAPs and CF conventions. This change does that properly, rather than round to the nearest second which as happening inadvertently.