get_Synop_Data: Surface observation report from land station (FM-12).

View source: R/get_some_variables.R

get_Synop_DataR Documentation

Surface observation report from land station (FM-12).

Description

Get the data from a selected variables from a SYNOP (AAXX) strings of weather reports.

Usage

get_Synop_Data(synop)

Arguments

synop

a synop data object, output of the function getSynopSections.

Value

A data frame of one row, the columns contain the variables.

Examples


## Not run: 
aaxx <- "AAXX 07181 33837 11583 83102 10039 21007 30049 40101 52035 60012 70282 8255/="
synop <- getSynopSections(aaxx)
df <- get_Synop_Data(synop)

## End(Not run)


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