parse_METAR_token: Decode a METAR token into constituent parts

Description Usage Arguments Examples

View source: R/functions.R

Description

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.

Usage

1

Arguments

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.

Examples

1
2

derry-dev/metar documentation built on July 24, 2021, 8:39 a.m.