METAR and TAF decoder

Enter the ICAO of an airport to retrieve a decoded METAR or TAF. Enter a METAR or TAF code to have it decoded.

Get a metar for an airport

Decode a metar






About METAR and TAF


METAR

TAF

METAR (METeorological Aviation Report) reports weather information for an airport. The first part of the message is the ICAO code of the station.

Then the delivery time of the METAR is coded. The first two digits represent the day of the month, the last four represent the time.

METAR contain information regarding the wind, the visibility, the different cloud covers, the temperature, the dew point and the atmospheric pressure. It also contains data about the current weather and weather trends.

The format of the METAR is the following:

  1. Report type: METAR
  2. Station identifier: AAAA. It is the ICAO code of the station.
  3. Delivery time of the report: DDHHmmZ. DD represents the day of the month. HH represents the hours and hh the minutes. The final Z represents the ZULU time zone.
  4. Wind information: dddVVGfffKT
    • ddd represents the direction.
    • VV represents the speed of the wind.
    • G is present only if there are gusts. The three digits after the G are the gust speed.
    • KT for knots is the unit of the speed. MPS meters per seconds is also a valid unit.
  5. VVVV represents the visibility in meters or VSM when the visibility is in nautical miles (SM).
  6. RNN/VVVVV represents the runway visual range. It must starts with an R followed by the name of the runway and a / The digits after the / are the visual range.
  7. Multiple coded words representing the cloud layers
  8. Multiple coded words representing the current weather.
  9. TT/T'T' for the temperature and the dew point. If the temperature or the dew point are below 0 they are preceded by a M.
  10. QHHHH or AHHHH for the altimeter. If it starts by a Q the unit is hPA, if it starts by an A the unit is inHg
  11. RMK starts the remark part of the METAR and contains complementary information.

TAF (Terminal Aerodrome Forecast) reports weather forecast information. They are valid for 30 hours and are generally issued every 6 hours.

TAF are usually split in lines with the first line containing the delivery date, the validity period, information regarding the wind, visibility, cloud cover and weather at delivery time. Then each lines describe changes to come, they start by FM, TEMPO, BECMG, INTER or PROB and contain several changes for the next hours.

The format of the TAF is the following:

  • For the first line:
    1. Report type: TAF
    2. Station identifier: AAAA. It is the ICAO code of the station.
    3. Delivery time of the report: DDHHmmZ. DD represents the day of the month. HH represents the hours and hh the minutes. The final Z represents the ZULU time zone.
    4. Validity of forecast: DDHH/DDHH. The part before the / represents the starting day and hour of the TAF validity, the part after the / represents the ending day and hour of the validity.
    5. Wind information: dddVVGfffKT
      • ddd represents the direction.
      • VV represents the speed of the wind.
      • G is present only if there are gusts. The three digits after the G are the gust speed.
      • KT for knots is the unit of the speed. MPS meters per seconds is also a valid unit.
    6. VVVV represents the visibility in meters or VSM when the visibility is in nautical miles (SM).
    7. Multiple coded words representing the cloud layers
    8. Multiple coded words representing the current weather.
  • For the next lines:
    1. The type of change: FM, TEMPO, BECMG, INTER or PROB
    2. The validity of the change: DDHH/DDHH. If the change is of type FM there is no space between FM and the validity.
    3. Wind information: dddVVGfffKT
      • ddd represents the direction.
      • VV represents the speed of the wind.
      • G is present only if there are gusts. The three digits after the G are the gust speed.
      • KT for knots is the unit of the speed. MPS meters per seconds is also a valid unit.
    4. VVVV represents the visibility in meters or VSM when the visibility is in nautical miles (SM).
    5. Multiple coded words representing the cloud layers
    6. Multiple coded words representing the current weather.
  • RMK starts the remark part of the TAF and contains complementary information.