getMaximumTemperature: Get Maximum Temperature.

View source: R/get_temperature_data.R

getMaximumTemperatureR Documentation

Get Maximum Temperature.

Description

Get the maximum temperature observation, group 1s_nT_xT_xT_x from section 333.

Usage

getMaximumTemperature(synop)

Arguments

synop

a synop data object, output of the function getSynopSections.

Value

The maximum temperature observation in degree Celsius.

Examples


## Not run: 
aaxx <- "AAXX 28154 89022 42698 72506 333 10312 20195="
synop <- getSynopSections(aaxx)
tmax <- getMaximumTemperature(synop)

## End(Not run)


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