Description Usage Arguments Examples
Decodes information conveyed by a particular METAR token and returns a named list of relevant data values based on its type classification by identify_METAR_token
.
1 |
i |
A string token, found separated by spaces in a METAR string. E.g. a METAR reading of METAR ZZZZ 010825Z 18010KT CAVOK 05/02 Q1000 NOSIG will have tokens "METAR", "ZZZZ", "010825Z", and etc. |
1 2 | parse_METAR_token("18010KT")
parse_METAR_token("NOSIG")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.