getAirTemperature: Get Air Temperature.

View source: R/get_temperature_data.R

getAirTemperatureR Documentation

Get Air Temperature.

Description

Get the air temperature observation, group 1s_nTTT from section 1.

Usage

getAirTemperature(synop)

Arguments

synop

a synop data object, output of the function getSynopSections.

Value

The air temperature observation in degree Celsius.

Examples


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

## End(Not run)


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