Hello Lululla , is it possible to have a parameter for metric wind speed : km/h or m/s ?
The conversion between **meters per second (m/s)** and **kilometers per hour (km/h)** is very simple:
- **1 m/s** means that in one second you travel 1 meter.
- There are 3600 seconds in an hour, so in one hour you would travel 3600 meters.
- 3600 meters equals **3.6 kilometers**.
So:
\[\text{speed in km/h} = \text{speed in m/s} \times 3.6\]
Conversely, to convert from km/h to m/s:
\[\text{speed in m/s} = \text{speed in km/h} \div 3.6\]
### Examples:
- A wind of 10 m/s = 10 × 3.6 = **36 km/h**.
- A car traveling at 90 km/h = 90 ÷ 3.6 = **25 m/s**.
This relationship arises from the fact that 1 km = 1000 m and 1 h = 3600 s,
so the conversion factor is 3600/1000 = 3.6.
It's a linear proportion, so you can use it for any value.
