ecmwf / anemoi-datasets

Apache License 2.0
12 stars 6 forks source link

Fix time format in docs #3

Closed MeraX closed 1 month ago

MeraX commented 1 month ago

According to https://github.com/ecmwf/anemoi-datasets/blame/3d2ed9079c3e1cfda7a45cf3d0b00a2f9c05d9cc/src/anemoi/datasets/data/misc.py#L137 the time must always be specified as hh:mm:ss.

As an alternative to fixing the docs, I would see quite a few advantages in following the ISO 8601 standard and in using the python package isodate to parse dates.

FussyDuck commented 1 month ago

CLA assistant check
All committers have signed the CLA.