hsdn / metar-taf

This script is a PHP library which allows to parse the METAR and TAF code, and convert it to an array of data parameters.
Other
16 stars 5 forks source link

Wind is defaulting to mps, should be able to get it in kt #6

Closed marek-knappe closed 9 months ago

marek-knappe commented 9 months ago

It's funny how US operates differently than Europe and Australia :) In Australia we don't know MPS for planes so we are using kt (and that's how metars are displaying) I see there is function that is converting KT to MPS and displaying in MPS so it would be nice to also get stuff in KT and not needing to convert it back from float number :)