getStationPressure: Get Station Pressure.

View source: R/get_pressure_data.R

getStationPressureR Documentation

Get Station Pressure.

Description

Get the station pressure, group 3P_oP_oP_oP_o from section 1.

Usage

getStationPressure(synop)

Arguments

synop

a synop data object, output of the function getSynopSections.

Value

The station pressure in hectopascal.

Examples


## Not run: 
aaxx <- "AAXX 28154 89022 42698 72506 11360 21382 39758 49808="
synop <- getSynopSections(aaxx)
pres <- getStationPressure(synop)

## End(Not run)


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