JCSDA-internal / ioda-converters

Various converters for getting obs data in and out of IODA
8 stars 2 forks source link

update handing of fractional seconds #1488

Closed BenjaminRuston closed 3 months ago

BenjaminRuston commented 3 months ago

Description

jedi-ci-build-cache=skip

update handing of fractional seconds in ocean surface wind converter,

there are different lengths of the fractional seconds which with the string extraction method didn't work correctly, this fixes that

also functionally do a floor of the seconds to handle cases where too many digits are provided in the fractional seconds and this also cased issues with datetime ptime function

Issue(s) addressed

Resolves #1487

Checklist