Skip to content

Exporting to QGIS

QGIS is the free, open-source GIS application that opens DroneField’s GeoTIFF, Shapefile and KML exports directly. This combination is ideal when you want to:

  • See multiple project results side by side
  • Add your own GIS analyses
  • Go beyond the report with deeper analysis

DroneField produces QGIS-compatible files:

LayerWhere?Format
OrthomosaicExport/orthomosaic.tifGeoTIFF RGB
DSMExport/dsm.tifGeoTIFF Float32
NDVI / GNDVI / NDREExport/[index]/[index]_geotiff.tifGeoTIFF Float32
Field boundariesExport/boundaries/*.shpESRI Shapefile
Application mapExport/application_map/*.shpESRI Shapefile (Hardi VRA case)

Download from the official site: qgis.org/download. Mac, Windows and Linux versions are all free.

After install, launch QGIS Desktop.

  1. New project in QGIS (Project → New).
  2. Drag these files from Finder / Explorer into QGIS one by one:
    • orthomosaic.tif
    • dsm.tif
    • NDVI/ndvi_geotiff.tif
    • boundaries.shp (if present)

QGIS places every layer at its correct CRS — no manual georeferencing needed.

  1. In the Layers panel on the left, reorder as needed:
    • On top: field boundaries
    • In the middle: NDVI or DSM
    • On the bottom: orthomosaic

DroneField exports the NDVI GeoTIFF with Float32 pixel values — not a pre-rendered image. That means:

  • You can apply your own colour ramp in QGIS
  • Set arbitrary threshold values
  • Compute statistics directly from the index pixels
  1. Right-click the ndvi_geotiff.tif layer → Properties.
  2. From the left list: Symbology.
  3. Render type: pick Singleband pseudocolor.
  4. Min / Max: enter values (e.g. 0.0 / 0.85).
  5. Color ramp: pick one (e.g. RdYlGn).
  6. Mode: Equal Interval with 6 classes.
  7. Click Apply / OK.

NDVI now displays with the chosen ramp.

You can compute contour lines from the DSM at any spacing:

  1. Processing ToolboxGDAL → Raster extraction → Contour.
  2. Input: the DSM layer.
  3. Interval: e.g. 0.5 (50 cm contour spacing).
  4. Output: a filename (e.g. dsm_contours.gpkg).
  5. Click Run.

Style the contours (Properties → Symbology) — thin black for detail, thicker every 5 m.

To see multiple projects in one QGIS session:

  1. Create a shared QGIS project (my_farm_2026.qgz).
  2. Drag in every DroneField project’s orthomosaic, NDVI, boundary.
  3. Group layers per project — right-click in the Layers panel → Add Group.
  4. QGIS places them all correctly on a world basemap.

For every raster, QGIS gives you statistics:

  1. Right-click → PropertiesInformation tab.
  2. You’ll see:
    • Pixel range (min, max, mean, stddev)
    • Histogram (separate tab)
    • CRS, file size, resolution

The Zonal Statistics plugin (built in) computes statistics per boundary: e.g. “NDVI mean for field #1 = 0.62, stddev = 0.08”.

To make the results available online:

  • QGIS QField mobile companion: take the fields out on an iPad for on-site navigation
  • QGIS Server / Cloud: web WMS publishing (advanced topic)

Check that the QGIS project CRS matches the layers’. The bottom right shows it (e.g. EPSG:4326).

If the layer is in WGS84, the project should be too (or Web Mercator EPSG:3857). Bottom right: click and choose Set project CRS from layer.

DroneField exports NDVI with Float32 values, and QGIS defaults to a single-band grey view. See Setting up the colour ramp above.