getRelativeHumidity: Get Relative Humidity.

View source: R/get_humidity_data.R

getRelativeHumidityR Documentation

Get Relative Humidity.

Description

Get the relative humidity, group 29UUU from section 1.

Usage

getRelativeHumidity(synop)

Arguments

synop

a synop data object, output of the function getSynopSections.

Value

The relative humidity in percentage.

Examples


## Not run: 
aaxx <- "AAXX 07181 33837 11583 83102 10039 29072 30049 40101 52035 60012="
synop <- getSynopSections(aaxx)
rh <- getRelativeHumidity(synop)

## End(Not run)


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