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

Specifying format would be great. I am looking for "meters per second" instead of "kilometers per hour" or "miles per hour".
Marine and aviation would appreciate Vw in knots.
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?
@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
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_)
Yes I think that's all. sorry @chubin I didn't see your reply till just now.
Accepted