> For the complete documentation index, see [llms.txt](https://support.waderaviation.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.waderaviation.com/quick-start/airports/weather.md).

# Weather

The **Weather tab** on any airport detail page shows the latest meteorological information for that airport.

***

## METAR and TAF

Use the **METAR / TAF selector** to toggle between the two report types:

| Report    | What it shows                                                                  |
| --------- | ------------------------------------------------------------------------------ |
| **METAR** | Current weather observation — wind, visibility, clouds, temperature, altimeter |
| **TAF**   | Terminal aerodrome forecast — expected conditions over the next period         |

Both report types are shown in **raw format** alongside a **decoded interpretation** for easier reading.

Tap the **refresh button** to fetch the latest data. If no data is available for an airport, a "no data" message is displayed.

<figure><img src="/files/gVaPo31aRdReOEGlTQVe" alt="Airport METAR" width="200"><figcaption><p>Live METAR with raw and decoded views</p></figcaption></figure>

<figure><img src="/files/PYeuxZ9ymOovemMgdHA7" alt="Airport TAF" width="200"><figcaption><p>TAF showing the terminal aerodrome forecast</p></figcaption></figure>

***

### Weather history graphs

The Weather tab also includes **graphical charts** showing recent weather trends for the airport — a visual representation of conditions over time to help you quickly spot patterns in wind, visibility, and cloud cover.

***

## Offline Behavior

Weather data requires an internet connection.

{% hint style="warning" %}
If you are offline, the last loaded weather data may still be visible from cache, but a message will indicate that the data may be outdated.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.waderaviation.com/quick-start/airports/weather.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
