metar_dew_point {pmetar} | R Documentation |
Get dew point temperature.
Description
Extracts a dew point temperature value from a METAR weather report or reports.
Usage
metar_dew_point(x, check = FALSE)
Arguments
x |
character vector; a METAR weather report or reports. |
check |
logical; if TRUE the syntax of METAR reports will be checked. |
Value
a numeric vector with a dew point temperature in Celsius degrees.
Examples
metar_dew_point("EPWA 281830Z 18009KT 140V200 9999 SCT037 03/M01 Q1008 NOSIG")
metar_dew_point("CYUL 281800Z 13008KT 30SM BKN240 01/M06 A3005 RMK CI5 SLP180")
metar_dew_point("201711271930 METAR LEMD 271930Z 02002KT CAVOK 04/M03 Q1025")
metar_dew_point("METAR KEWR 010851Z 27010KT 10SM FEW030 BKN070 BKN100 BKN210 04/M03 A2969")
metar_dew_point("201905121244 METAR KDCA 121244Z 05010KT 14/12 A2978 RMK P0002 T01390122")
[Package pmetar version 0.5.0 Index]