← Back to Blog
mapping · ⏱ 2 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

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.

Learn the entire mapping workflow — from flight planning through QGIS analysis — in our free Drone Mapping course.

Share

𝕏

Related Articles