Are Weather Units Integers or Fractions?

I am looking at the results of API calls to OpenWeather in my browser. These are reported as decimal values such as 1.99 for wind speed, for example. It seems that KLWP only/always reports integer values. I am ok with that if it is a limitation or chosen for some reason. But if so, how is rounding performed?

Thanks

Hello,

As far as I know, it's decimal value.

BTW, you can always define the rounding of a numeric value using the following Math Utilities formula:

$mu(round, wi(wspeed), 2)$

➞ display the wind speed as decimal with 2-digit decimal.

Hope this helps.