metar_wx_codes: Get weather conditions information.

View source: R/metar_wx_codes.R

metar_wx_codesR Documentation

Get weather conditions information.

Description

Extract and parse weather conditions information METAR WX codes.

Usage

metar_wx_codes(x, sep = ";")

Arguments

x

Input character vector

sep

character; comma or semicolon, used for separating decoded elements of weather conditions information.

Value

A character vector. with METAR WX codes.

Examples

metar_wx_codes("METAR EPWA 132100Z 29006KT 260V320 8000 SHRA SCT009 BKN025CB 18/17 Q1011")
metar_wx_codes("CYUL 101900Z 27015G25KT 15SM DRSN SCT028 BKN090 OVC110 M04/M10 A2973 RMK")
metar_wx_codes("METAR EPKK 200300Z 23014KT 9999 -SHSN SCT009CB BKN012 01/M00 Q1008", sep = ",")
metar_wx_codes("202001190045 METAR KEWR 190045Z 19008KT 4SM -RA -PL BR FEW007 01/M01 A2995")


pmetar documentation built on Oct. 26, 2023, 1:08 a.m.