get_Metar_Data: Parse METAR code.

View source: R/parse_metar_messages.R

get_Metar_DataR Documentation

Parse METAR code.

Description

Get data from METAR strings of weather reports.

Usage

get_Metar_Data(metar)

Arguments

metar

character, the full strings of the metar code.
Example: "METAR HUEN 230700Z 08008KT 9999 SCT022 FEW025 26/22 Q1016 NOSIG="

Value

a list of the ICAO location indicator, day, hour, minute, wind speed and direction, temperature, dew point and QNH.

Examples


## Not run: 
library(decodeSYNOP)

metar <- "METAR HUEN 230700Z 08008KT 9999 SCT022 FEW025 26/22 Q1016 NOSIG="
out <- get_Metar_Data(metar)

## End(Not run)


rijaf-iri/decodeSYNOP documentation built on May 1, 2024, 4:32 p.m.