Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Time units "months" are not handled correctly #4

Open
adrfantini opened this issue Jul 25, 2019 · 0 comments
Open

Time units "months" are not handled correctly #4

adrfantini opened this issue Jul 25, 2019 · 0 comments

Comments

@adrfantini
Copy link
Owner

Time units "months" are not handled correctly. This is because a month is not a well-defined unit, in fact it is not even CF-compliant. Udunits understands this unit but kinda unofficially (it is not in the official derived units and accepted units list).

Ideally the only practical way to fix this would be to use udunits for time handling, via the units package. This is easy to implement, even possible via an option. I did not initially do this and I do not recall why, maybe to reduce the number of dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant