# Individual View

The Individual Weather Station View provides users with a detailed real-time snapshot of meteorological data from a selected station. This view is accessed either by double-clicking a station in the table view or expanding a station's quick view from the map.

The page is split into two sections:

* A **Data Panel** on the left, showing live or recorded sensor readings.
* A **Map Panel** on the right, indicating the station’s location and surrounding area.

<figure><picture><source srcset="/files/RwJDRz8vbEKUkpdckoOD" media="(prefers-color-scheme: dark)"><img src="/files/97eHWE76F3sVA1DRMaWr" alt=""></picture><figcaption><p>Individual View of a Weather Station in NOVA</p></figcaption></figure>

## **Map Panel**

The map on the right provides geographic context and helps visualize nearby stations and terrain. Users can zoom and pan to explore the environment around the selected station, aiding spatial awareness during flight planning. It includes all weather layers available in NOVA map views.

## **Data Panel**

The data panel allows access to live or recorded sensor readings. Use the switch at the top of the Data Panel to access one or the other.

<figure><picture><source srcset="/files/SNmOR0lxdJdGRBsC9wT6" media="(prefers-color-scheme: dark)"><img src="/files/qzeMHMsuE04IoGXkiXDu" alt=""></picture><figcaption><p>Switch between live (left) and recorded (right) weather readings</p></figcaption></figure>

### Live Sensor Readings

The data panel prominently displays all live sensor readings, including:

* **Wind**: Direction and speed over different time intervals:
  * 2-minute average
  * 10-minute minimum and maximum
* **Pressure**: Atmospheric pressure at station altitude
* **Temperature**: Current temperature, dew point, and spread
* **Relative Humidity**
* **Precipitation**: Duration and accumulation stats

The update frequency of this information complies with the standards outlined in ICAO Annex 3, section 4.1.3.1. The wind data is updated with a frequency of 10 s, and all other readings are updated at a rate of 60 s.

Data retrieval can be <picture><source srcset="/files/fuhgwJMKouuK3yxuewLm" media="(prefers-color-scheme: dark)"><img src="/files/GF3UQONAPFmF2GhxksmK" alt=""></picture> paused and <picture><source srcset="/files/S04apCReVOwy5gUweHMB" media="(prefers-color-scheme: dark)"><img src="/files/T98Z0d4ZHG0OEzi5PVlb" alt=""></picture> resumed again by clicking on the corresponding buttons on the top right of the data panel.

### Recorded Sensor Readings

Historical data is available for the current day (24-hour period in UTC). The graphs indicate the respective values measured by the weather stations. Wind directions are indicated as arrows within the graph. Wind speed and wind direction data include the 10-minute maximum and minimum values.

Historical data can be downloaded as JSON or CSV file by clicking in the <picture><source srcset="/files/KIUcjpMTJIksW49hcswk" media="(prefers-color-scheme: dark)"><img src="/files/5VDQ8jKwnV2Dbq2gHzOX" alt=""></picture> download button.


---

# 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/weather-stations/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.
