PPL Tester

Decoding a METAR

A METAR reports the weather observed at an airport right now. It lists the same fields in the same order: station · day/time · wind · visibility · sky · temperature/dew point · altimeter. Nothing is labelled, so you read each field by its position.

Trap: reading the wind as magnetic, taking visibility as km/nm, calling a scattered layer a ceiling, or dropping the M on a sub-zero temperature.

References


Practice