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
What to export
Section titled “What to export”DroneField produces QGIS-compatible files:
| Layer | Where? | Format |
|---|---|---|
| Orthomosaic | Export/orthomosaic.tif | GeoTIFF RGB |
| DSM | Export/dsm.tif | GeoTIFF Float32 |
| NDVI / GNDVI / NDRE | Export/[index]/[index]_geotiff.tif | GeoTIFF Float32 |
| Field boundaries | Export/boundaries/*.shp | ESRI Shapefile |
| Application map | Export/application_map/*.shp | ESRI Shapefile (Hardi VRA case) |
Installing QGIS
Section titled “Installing QGIS”Download from the official site: qgis.org/download. Mac, Windows and Linux versions are all free.
After install, launch QGIS Desktop.
Loading a DroneField project in QGIS
Section titled “Loading a DroneField project in QGIS”- New project in QGIS (
Project → New). - Drag these files from Finder / Explorer into QGIS one by one:
orthomosaic.tifdsm.tifNDVI/ndvi_geotiff.tifboundaries.shp(if present)
QGIS places every layer at its correct CRS — no manual georeferencing needed.
- In the Layers panel on the left, reorder as needed:
- On top: field boundaries
- In the middle: NDVI or DSM
- On the bottom: orthomosaic
NDVI visualisation in QGIS
Section titled “NDVI visualisation in QGIS”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
Setting up the colour ramp
Section titled “Setting up the colour ramp”- Right-click the ndvi_geotiff.tif layer → Properties.
- From the left list: Symbology.
- Render type: pick
Singleband pseudocolor. - Min / Max: enter values (e.g.
0.0 / 0.85). - Color ramp: pick one (e.g.
RdYlGn). - Mode:
Equal Intervalwith 6 classes. - Click Apply / OK.
NDVI now displays with the chosen ramp.
DSM contours
Section titled “DSM contours”You can compute contour lines from the DSM at any spacing:
- Processing Toolbox → GDAL → Raster extraction → Contour.
- Input: the DSM layer.
- Interval: e.g.
0.5(50 cm contour spacing). - Output: a filename (e.g.
dsm_contours.gpkg). - Click Run.
Style the contours (Properties → Symbology) — thin black for detail, thicker every 5 m.
Multiple projects side by side
Section titled “Multiple projects side by side”To see multiple projects in one QGIS session:
- Create a shared QGIS project (
my_farm_2026.qgz). - Drag in every DroneField project’s orthomosaic, NDVI, boundary.
- Group layers per project — right-click in the Layers panel → Add Group.
- QGIS places them all correctly on a world basemap.
Retrieving statistics
Section titled “Retrieving statistics”For every raster, QGIS gives you statistics:
- Right-click → Properties → Information tab.
- 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”.
Web publishing
Section titled “Web publishing”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)
Common issues
Section titled “Common issues””Layers are not where they should be”
Section titled “”Layers are not where they should be””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.
”NDVI is only black & white”
Section titled “”NDVI is only black & white””DroneField exports NDVI with Float32 values, and QGIS defaults to a single-band grey view. See Setting up the colour ramp above.