weather ( -- value )


Vocabulary
metar.private

Inputs
None

Outputs
valuean object


Definition

CONSTANT: weather
H{
{ "VA" "volcanic ash" }
{ "GS" "small hail and/or snow pellets" }
{ "GR" "hail" }
{ "RA" "rain" }
{ "RE" "recent" }
{ "UP" "unknown" }
{ "BC" "patches" }
{ "FC" "funnel clouds" }
{ "SN" "snow" }
{ "SS" "sandstorm" }
{ "SQ" "squalls" }
{ "BL" "blowing" }
{ "FG" "fog" }
{ "BR" "mist" }
{ "DS" "duststorm" }
{ "DU" "widespread dust" }
{ "FU" "smoke" }
{ "HZ" "haze" }
{ "SA" "sand" }
{ "DR" "low drifting" }
{ "SG" "snow grains" }
{ "FZ" "freezing" }
{ "DZ" "drizzle" }
{ "PL" "ice pellets" }
{ "MI" "shallow" }
{ "SH" "showers" }
{ "PO" "well-developed dust/sand whirls" }
{ "PR" "partial" }
{ "IC" "ice crystals" }
{ "PY" "spray" }
{ "TS" "thuderstorm" }
} inline