# Individual View

## General Information

The individual Vertiport View provides users with detailed meteorological realtime data, but also with forecast and historical data from a selected vertiport. This view is accessed either by double-clicking a station in the [table view](/nova/vertiport/overview.md) or expanding a station's quick view from the map.

The page can be split into two sections:

* A **Data Panel** on the left, showing [live](#live-view) or [recorded](#historic-view) sensor readings. Furthermore in [Forecast View](#forecast-view) forecast model data can be accessed.
* A **Map Panel** on the right, indicating the vertiport’s location and surrounding area.

The Map planel can be enabled with the map button on the right top corner of the page

<figure><img src="/files/6mGHUOOGNzin8At707hm" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/OxiUKPdq3WskwfTYVlI2" alt=""><figcaption><p>Individual view for Vertiports (Data Panel)</p></figcaption></figure>

The slider at the bottom of the page allows weather conditions to be retrieved at various points in time. Selecting a specific time updates both the parameter overview values and the representation of weather conditions on the map. Depending on the adjustments with the slider the view is either in [live](#live-view), [historic](#historic-view) or [forecast](#forecast-view) mode. The filled green `live` button above the slider marks the current Live view. Pressing the button always brings you back to live mode.

## Live View

In the live view data streams of the weather sensor at the vertiport are displayed for the selected vertiport on the left side of the application. When entering the Vertiport page by default the live mode is active.

The parameter that are shown in data panel depend on the availability provided by the connected weather sensor.

The update frequency of this information complies with the standards outlined in ICAO Annex 3, specifically in section 4.1.3.1, ensuring accurate and timely data presentation.

{% hint style="info" %}
Wind directions are referenced to **True North**

**True North** (also called geographic north) is the direction pointing toward the Earth’s geographic North pole
{% endhint %}

| Value Displayed                                    | Description               | Update Rate |
| -------------------------------------------------- | ------------------------- | ----------- |
| Wind direction and intensity information (min/max) | rolling 2-minute average  | 10s         |
| Wind minimum / maximum                             | rolling 10-minute average | 10s         |
| Pressure                                           | -                         | 60s         |
| Temperature                                        | -                         | 60s         |
| Precipitation                                      | -                         | 60s         |
| Hail                                               | -                         | 60s         |
| Humidity                                           | -                         | 60s         |
| Visibility                                         | -                         | 60s         |
| METAR & TAF information                            | -                         | 60s         |

In the map section of the application, users can access real-time precipitation radar data. This radar information is augmented by current wind predictions, projecting conditions up to 120 minutes into the future at 15-minute intervals. Users can navigate through this forecast timeline using the slider located at the bottom of the interface, providing dynamic insights into upcoming weather patterns and conditions.

<figure><img src="/files/3ePYhHYXoZwVModBOkxp" alt=""><figcaption><p>Live View NOVA Vertiport</p></figcaption></figure>

## Historic View

When opting for the "24-Hour History" mode, users can access recorded weather observation data. These recorded parameters align with the information presented in the "live" mode, providing a comprehensive overview of past weather conditions within a 24-hour timeframe.

<figure><img src="/files/2JM572ld0p6Qu3gjvXut" alt=""><figcaption><p>Historic View NOVA Vertiport</p></figcaption></figure>

## Forecast View

The 24-Hour Forecast offers insights into projected operational conditions for the upcoming 24 hours Weather Model data is used, providing a detailed overview of anticipated weather patterns and other relevant factors. Users can explore further details of these forecasts by clicking on the respective forecast bar.

<figure><img src="/files/pTJaQU5dNExutxcjS5cV" alt=""><figcaption><p>Forecast View NOVA Vertiport</p></figcaption></figure>


---

# Agent Instructions: 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://docs.unisphere.io/nova/vertiport/individual-view.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.
