> For the complete documentation index, see [llms.txt](https://docs.flytbase.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flytbase.com/terrain-and-altitude-visualization/terrain-visualization.md).

# Terrain Visualization

## Overview

* The Terrain Visualization feature is a powerful tool designed to enhance flight safety and optimize mission planning. It provides operators with a clear view of the terrain along the drone’s flight path, highlighting key elevation changes and potential obstacles.&#x20;
* This feature allows operators to plan with confidence by visualizing altitude variations, waypoint elevations, and safe flight thresholds.&#x20;
* The terrain visualization panel gives you a real-time view of the flight path against the ground below before you launch a GTL or a Mission. You can now see the terrain profile directly in the left panel, and click the expand button (\[ ]) to open a larger, detailed view.

## Terrain Profile Graph

The **Terrain Profile Graph** displays elevation changes along the planned flight path of the drone. This helps operators assess altitude variations during any particular flight. Following information is displayed as part of the Terrain Profile Graph:

* **Dock Altitude:** This is used as the reference for all altitudes displayed on the graph&#x20;
* **Waypoint Altitudes:** Height of each waypoint is displayed along the flight path
* **Go To Safe Altitude (GTSA): A**ltitude set for GTSA action is marked on the graph
* **Return to Home (RTH):** Altitude set for RTH action is visible on the graph
* **Maximum Altitude Limit:** The upper limit of flight altitude is marked on the graph
* **Task Alt:** The default task altitude used by GTSA‑related maneuvers. Shown as a cyan line.

{% hint style="info" %}
The **Terrain Profile Graph** uses these units on its axes:

* **X-axis:** **Distance** along the flight path (meters, feet, or yards)

* **Y-axis:** **Altitude** relative to the Dock (**Relative to Takeoff, RLT**) (meters, feet, or yards)
  {% endhint %}

* The Terrain Profile Graph is available before executing Path, Grid and Waypoint Missions.&#x20;

* This allows users to have an extensive overview of the terrain along the mission path and also provides them caution and warning information before executing a mission.

<figure><img src="/files/Bq4u6ufPc505MWrvSB5r" alt=""><figcaption><p>Terrain visualization showing altitude caution and terrain profile </p></figcaption></figure>

### Terrain Profile in the Left Panel

Once you drop a GTL pin, the terrain elevation graph loads automatically in the right panel. You can use this to compare the planned flight altitude against the terrain below.\
To get a full-screen detailed view of the terrain profile, click the \[ ] expand button in the top-right corner of the terrain graph.

* The Terrain Visualization information is also available before performing Go To Location (GTL) flights.
* &#x20;Here operators will be able to choose between Relative to Takeoff (RLT) and Above Ground Level (AGL) as the reference altitude before setting the GTL parameters.

{% hint style="warning" %}
The terrain information regarding the possible NFZs on the flight path will not be reflected in the Terrain Profile Graph.
{% endhint %}

<figure><img src="/files/wwGn0OIOAxUWjouZubyj" alt="" width="375"><figcaption><p>Terrain Profile Graph preview before giving Go To Location (GTL)  command</p></figcaption></figure>


---

# 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://docs.flytbase.com/terrain-and-altitude-visualization/terrain-visualization.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.
