chubin / wttr.in

:partly_sunny: The right way to check the weather
https://wttr.in
Apache License 2.0
24.33k stars 1.09k forks source link

wind speed formatted as mph #7

Open kessiler opened 8 years ago

kessiler commented 8 years ago

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

image

safl commented 8 years ago

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

StevenBlack commented 8 years ago

Marine and aviation would appreciate Vw in knots.

heesters commented 3 years ago

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 commented 3 years ago

@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 commented 3 years ago

From Wikipedia:

heesters commented 3 years ago

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

chubin commented 3 years ago

Accepted