Greeting
I'm a little track sending data from La Crosse, everything is fine except that confuses me wind data in the file yowindow good print speeds, but the wind at the window yowindow that figure is much higher, here's an example.
<?xml version="1.0" encoding="UTF-8"?>
<response>
<current_weather>
<temperature>
<current value="15.0">
</current>
</temperature>
<humidity value="93">
</humidity>
<wind>
<speed value="4.6" unit="kmh">
</speed>
<direction value="157.5">
</direction>
</wind>
<sky>
<precipitation>
<rain>
<daily_total value="4.1" unit="mmph">
</daily_total>
<rate value="0.0" unit="mmph">
</rate>
</rain>
</precipitation>
</sky>
<pressure value="1010.6" unit="hPa">
</pressure>
</current_weather>
</response>