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

wind speed formatted as mph #7

Open
kessiler opened this issue Feb 19, 2016 · 7 comments
Open

wind speed formatted as mph #7

kessiler opened this issue Feb 19, 2016 · 7 comments
Labels

Comments

@kessiler
Copy link

Could you add support to pass a parameter to return wind speed formatted as mph?
E.g:

image

@kessiler kessiler changed the title wind speed as mph wind speed formatted as mph Feb 19, 2016
@safl
Copy link

safl commented Feb 19, 2016

Specifying format would be great. I am looking for "meters per second" instead of "kilometers per hour" or "miles per hour".

@StevenBlack
Copy link

Marine and aviation would appreciate Vw in knots.

@heesters
Copy link

I know this has been open for a long time, but maybe it helps to provide conversion formulas?
input=km/h
m/s=input/3.6
knots=input/1.852

So I think this should be pretty straight forward?

@chubin
Copy link
Owner

chubin commented Apr 4, 2021

@heesters I think what is needed here, is the list of possible units that we would like to support.
I've created a special label to organize all feature requests in this area.

@zaari
Copy link

zaari commented May 7, 2021

From Wikipedia:

  • meters per second (m/s)
  • kilometers per hour (km/h)
  • miles per hour (mph)
  • knots (kn)
  • feet per second (ft/s)
  • Beaufort scale (F_)

@heesters
Copy link

heesters commented May 7, 2021

Yes I think that's all.
sorry @chubin I didn't see your reply till just now.

@chubin
Copy link
Owner

chubin commented May 10, 2021

Accepted

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

No branches or pull requests

6 participants