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

Metric units for odometer #48

Closed
osresearch opened this issue Jul 14, 2022 · 1 comment
Closed

Metric units for odometer #48

osresearch opened this issue Jul 14, 2022 · 1 comment

Comments

@osresearch
Copy link

It would be nice to have an odo overlay with units="km". It seems that all that is needed is:

        "km": lambda u: u.to("km"),

here:

"miles": lambda u: u.to("mile"),

@time4tea
Copy link
Owner

time4tea commented Jul 14, 2022

Yes, this is a good idea. I'm sort of surprised it wasn't there already!

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

2 participants