← Back to Blog
mapping · ⏱ 4 min read

QGIS for Drone Pilots: How to Process Mapping Data

QGIS is free, powerful, and perfect for drone mapping data. Here's how to import, analyze, and export your orthomosaics.

QGIS for Drone Pilots: How to Process Mapping Data

QGIS is a free, powerful geographic information system that helps drone pilots transform raw mapping outputs into actionable insights. Users can import GeoTIFF files, measure distances and areas, generate contour lines, and use specialized plugins for 3D visualization and advanced terrain analysis.

You’ve processed your drone imagery into orthomosaics, point clouds, and elevation models. Now what? QGIS — the free, open-source geographic information system — is where raw mapping outputs become actionable insights.

What is QGIS?

QGIS (Quantum GIS) is a free desktop application for viewing, editing, analyzing, and visualizing geospatial data. Professional-grade GIS capabilities at zero cost, running on Windows, Mac, and Linux.

Importing Orthomosaics (GeoTIFF)

After processing through WebODM, Pix4D, or Agisoft, your orthomosaic arrives as a GeoTIFF:

  1. Open QGIS → LayerAdd LayerAdd Raster Layer
  2. Select your GeoTIFF → Add

It appears in the map canvas, automatically positioned by its embedded coordinate reference system (CRS). If alignment looks off, check ProjectPropertiesCRS to ensure it matches your data.

Importing Point Clouds (LAS)

For basic point cloud visualization, QGIS 3.26+ supports LAS/LAZ natively via LayerAdd LayerAdd Point Cloud Layer.

For advanced work, convert LAS to raster DEM using PDAL or CloudCompare first, then import the resulting GeoTIFF.

Basic Measurement Tools

With your orthomosaic loaded, extract precise distances and areas:

  • Measure Line — Click points for distance between features
  • Measure Area — Click around a perimeter for enclosed area
  • Measure Angle — Determine angles between three points

Measurements use your project CRS units. For stockpile volumes, use raster terrain analysis tools with a DEM.

Creating Contour Lines

Transform elevation data into topographic maps:

  1. Load your DEM GeoTIFF
  2. RasterExtractionContour
  3. Set contour interval (e.g., 0.5 meters)
  4. Choose output location → Run

Style lines by elevation for professional topographic deliverables.

QGIS drone mapping analysis

Useful Plugins

PluginPurposeBest For
QuickMapServicesHigh-quality base mapsProject context
PointCloudViewerVisualize LAS/LAZ filesPoint cloud inspection
Qgis2threejs3D terrain visualizationsClient presentations
Profile ToolElevation profilesCross-section analysis
CadToolsCAD-style drawingAnnotation and drafting
Temporal ControllerTime-series animationChange detection

Getting Started

Start with a single orthomosaic and practice measurements before moving to contours and volume calculations. The learning curve pays dividends.

Frequently Asked Questions

How do I import a drone orthomosaic into QGIS? Navigate to Layer, then Add Layer, and select Add Raster Layer to choose your GeoTIFF. The software automatically positions it using the embedded coordinate reference system.

Can QGIS handle point cloud data? Yes, versions 3.26 and later support native LAS/LAZ visualization. For complex analysis, converting the point cloud to a raster DEM using external tools is recommended.

What measurements can I perform? Precisely measure line distances, calculate enclosed areas, and determine angles between three points using built-in tools with your project’s CRS units.

How are contour lines generated? Load your DEM GeoTIFF and access the Raster extraction menu for the Contour tool. Set your desired interval, such as half a meter, and run the process.

Which plugin for 3D terrain visualizations? The Qgis2threejs plugin generates interactive 3D terrain models, particularly useful for creating visual presentations to show clients.

Why might my orthomosaic appear misaligned? Usually when the project’s coordinate reference system doesn’t match the embedded CRS of your GeoTIFF. Fix this by checking and adjusting CRS settings in project properties. Learn the entire mapping workflow — from flight planning through QGIS analysis — in our free Drone Mapping course.

Share

𝕏

Related Articles