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

[Feature Request]: Support for units of speed and acceleration #609

Open
michaelessiet opened this issue Sep 18, 2023 · 2 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@michaelessiet
Copy link

michaelessiet commented Sep 18, 2023

This is not an issue but a feature request to add units of speed to convert. Data sizes (e.g 1tb to kb) would be another great addition. Thanks for all the good work on this so far.

@jonahsnider jonahsnider added the enhancement New feature or request label Sep 18, 2023
@jonahsnider jonahsnider self-assigned this Sep 18, 2023
@jonahsnider
Copy link
Owner

Data is already a supported format since v1.

Compound units, like speed (distance/time), would definitely be a useful addition to the library, but are difficult to implement with the way the project is currently setup. I can play around with it some though, and see if I'm able to come up with a solution.

@ozkoidi
Copy link

ozkoidi commented Sep 19, 2023

@jonahsnider thanks for checking this 👍
Would be great to be able to do those conversions directly, such as meter/second to foot/minute, instead of doing the converstion of just the length unit with the library and then dividing the result by 60 on my side

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

No branches or pull requests

3 participants