# Profile Tool

[This tool](https://plugins.qgis.org/plugins/profiletool/) allows you to interact with elevation data and produce profile lines from various height data.  You can then export the output for reports. &#x20;

Just draw a line on your map, and see the profile it produces from the selected DEM.  Below, I've loaded REMA into QGIS and have drawn a segment over Pourquoi Pas Island.&#x20;

![QGIS with Profile tool highlighted](/files/-MW0skDjB8uTLZMimF_U)

### How to create a Terrain Profile:&#x20;

1. Load the DEM into QGIS, and select this layer in the **Layers Panel**&#x20;
2. Press the **“Profile”** tool button. This opens the panel consisting of a graph on the left and a raster layer list on the right. The DEM you had selected will be added to the raster layer list.
3. If you have **“Selection: Temporary polyline”** enabled in the plugin Options, you can draw a line in the map area. Click once at the start of the line, then double-click to stop drawing the line at the end.
4. After you have finished drawing the line, the graph will display the profile.

### How to create a profile for an existing feature

1. Change the selection mode from **“Temporary polyline”** to **“Selected polyline”**.&#x20;
2. **Select the vector layer** which contains the line feature you want to use in the QGIS layer list.
3. In the Map View, click on the line feature you want to generate the profile from.

This tool plots profile lines from raster layers or point vector layer with elevation field. Supports multiple lines as well as graph export to svg, pdf, png or csv file. Supports 3D polyline export to dxf.

Source:&#x20;

* Profile Plugin: <https://plugins.qgis.org/plugins/profiletool/>


---

# 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://guides.geospatial.bas.ac.uk/ops_training/qgis-for-operations/useful-plug-ins/profile-tool.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.
