Monthly Archives: April 2026

Drone Surveys for Carbon Sequestration & Habitat Monitoring

Drone Surveys for Carbon Sequestration & Habitat Monitoring

At Southwest Environmental Limited (SWEL), establishing highly accurate ecological baselines is a core component of our environmental assessment services. As the focus on Biodiversity Net Gain (BNG) and carbon offset verification intensifies across the UK planning and development sectors, the need for precise, verifiable environmental data has never been greater.

To meet this demand, local drone photogrammetry surveys are deployed to conduct advanced carbon sequestration surveys. By utilizing high-resolution aerial data, a site’s precise ecological footprint can be modeled in both 2D and 3D, offering significant advantages over traditional ground surveys or satellite imagery.

Here is an inside look at how this data is captured, analyzed, and translated into actionable carbon metrics.

Measuring Plant Health: The Light Absorption Map

The first step in assessing a habitat’s carbon potential is understanding the density and health of the active vegetation. To achieve this, a specialized vegetation index—known as the Visible Atmospherically Resistant Index (VARI)—is applied to the drone dataset.

This generates a “Light Absorption Map,” which relies on the fundamental science of photosynthesis. Healthy plants are rich in chlorophyll, a pigment that actively absorbs Red and Blue light to generate energy, while reflecting Green light (which is why foliage appears green to the human eye).

When the drone surveys a site, the onboard sensor measures the exact ratios of these light bands bouncing back from the ground. The photogrammetry algorithm processes these ratios to isolate active photosynthesis.

Plant Health Map

How to interpret the map:

  • Deep Green Areas: High light absorption. These pixels reflect high amounts of green light but almost zero red/blue light, indicating dense, healthy, actively sequestering vegetation.
  • Yellow/Light Green Areas: Stressed or sparse vegetation.
  • Red Areas: Zero light absorption. These areas are reflecting high amounts of red light, indicating bare earth, concrete, or—if the survey is conducted in early spring—dormant, dead winter grasses and cleared woodland debris.

By capturing these maps across different seasons, SWEL can accurately track site recovery, seasonal growth, and ecological net gain over time.

Calculating Carbon: The 3D Advantage and Canopy Heights

While 2D light absorption maps are excellent for identifying where healthy vegetation is, they cannot accurately calculate how much carbon is being stored. Carbon sequestration is a volumetric metric—a 60-foot mature oak sequesters vastly more carbon than a 10-foot sapling, yet both might look identical on a flat 2D satellite image.

This is where the true advantage of drone photogrammetry lies. Using a process called Structure from Motion (SfM), the overlapping drone photographs are mathematically compiled into a massive, millimeter-accurate 3D point cloud.

From this 3D data, a Canopy Height Model (CHM) is generated. The software digitally separates the bare earth (the terrain) from the tops of the trees and shrubs (the canopy). By calculating the exact distance between the ground and the canopy top, the physical, 3D volume of the woodland is extracted.

In environmental science, this physical volume is known as Above-Ground Biomass (AGB). Because approximately 50% of a tree’s dry biomass consists of stored carbon, accurately measuring this physical volume allows for highly precise carbon sequestration tonnage calculations using standard forestry allometric equations.

3D Mesh Image

Why Drones Outperform Satellites

While satellite imagery is frequently used for global deforestation tracking, it falls short for site-specific UK environmental consulting for three key reasons:

Delivering Verifiable Results

  • Volumetric Data: Standard satellites provide flat imagery. Drones capture the crucial 3D structural volume required to calculate Above-Ground Biomass.
  • Resolution: Commercial satellites typically offer a spatial resolution of 30cm to 50cm per pixel. Our drone surveys operate at an altitude that yields sub-centimeter resolution, allowing for the identification of specific plant species and structural details.
  • The UK Weather Factor: Satellites rely on clear skies and are often blinded by UK cloud cover, making temporal monitoring highly unreliable. Drones operate efficiently beneath the cloud layer, ensuring that critical seasonal data is captured precisely when it is needed.

Whether assessing a proposed development site for Biodiversity Net Gain, validating a reforestation project, or establishing a pre-construction ecological baseline, accurate data is paramount. By combining light absorption analytics with 3D Canopy Height Models, SWEL provides clients with scientifically robust, verifiable carbon sequestration data.

To learn more about our drone surveying capabilities and how they can support your next project, contact Southwest Environmental Limited today.

Email Us < Will Open Link in Mail App

Photogrammetry Work Flow – Linux: Step by Step

Drone Surveys in the Environmental Consultancy Sector

In the commercial sector, consultancies rely heavily on accurate topographical models and 3D visualizations to conduct Landscape and Visual Impact Assessments (LVIA)—such as modeling the visual footprint of proposed wind turbines—or to establish accurate site baselines for Preliminary Ecological Assessments.

The processing was conducted entirely on open-source Linux software. The hardware utilized was a Lubuntu workstation equipped with an Intel Core i9, an NVMe SSD, and 16GB of RAM. While the processor and storage speeds were more than adequate, the 16GB memory capacity required some careful resource management during the heavier processing phases.

44 images like this one used to create mesh (the fallen tree is a good reference point)

Phase 1: Flight Planning and Data Acquisition

A 2D flight grid was plotted using a web-based mission planner (Drone Grid), and the resulting CSV was imported into Litchi to run on the drone controller.

Rather than relying on automated distance-based photo triggers—which can occasionally misfire or skip photos during curved maneuvers—a manual interval approach was utilized (Litchi). The drone was placed in a hover, the camera was set to a 2-second interval, and the shutter was manually engaged before initiating the mission. This ensured a continuous, reliable stream of overlapping images as the drone navigated the grid.

Phase 2: Dataset Culling and Format Conversion

Once the flight was completed, a quality control check was performed on the dataset. Any extraneous photos captured during takeoff, landing, or non-nadir (not pointing straight down) turns were removed, as these irregular angles can confuse the photogrammetry software and corrupt the final geometry.

Initially, the drone was set to capture RAW (.DNG) files. While RAW formats are excellent for standard photography, they lack the automated lens-flattening corrections applied to DJI’s JPEGs. Furthermore, uncompressed RAW files are heavily taxing on system memory during 3D processing.

To rectify this, the DNGs were imported into darktable on Linux. A batch lens correction profile was applied to eliminate the fish-eye distortion, and the dataset was exported as high-quality JPEGs. (Note: moving forward, capturing JPEGs natively on the drone is highly recommended to bypass this conversion step entirely).

Phase 3: Processing in WebODM

WebODM (OpenDroneMap), deployed via Docker, was used for the photogrammetry processing.

The 3D texturing phase of photogrammetry is notoriously memory-intensive, and the 16GB of system RAM was quickly identified as a bottleneck. To prevent Docker from running out of memory and crashing the process, the Resize Images parameter within WebODM’s settings was capped at 2048. This significantly reduced the memory footprint during the dense point cloud and meshing phases, allowing the i9 processor to complete the job smoothly while leveraging the fast swap/read speeds of the NVMe drive.

Top Google Satellite Image / Bottom Ortho Mesh Photo Output from WebOMD

Phase 4: Output Visualization

Once the processing concluded, the 2D orthomosaic was reviewed directly within the WebODM web interface. The software successfully stitched the dataset into a crisp, seamless top-down map, providing an excellent baseline of the site.

DSM From Drone Data

Viewing the 3D output required a slight workaround. Rendering a massive, fully-textured 3D mesh directly in the browser via WebGL can sometimes cause instability depending on Linux graphics drivers. Instead, the .obj file and its associated texture map were downloaded and opened natively in Blender.

Because 3D software often disagrees on coordinate systems, the mesh imported on its side. This was quickly corrected by rotating the model 90 degrees on the X-axis. Once the material preview was enabled, the high-resolution texture map was projected onto the geometry, yielding a mathematically accurate, true-to-life 3D representation of the area.

3D Mesh Image (Note the white shape to the top right is root ball of fallen tree)

Conclusion

By effectively managing hardware limits and ensuring the dataset is properly formatted, commercial-tier photogrammetry can be reliably executed on a standard Linux workstation. The resulting 2D and 3D outputs now serve as a foundational geospatial baseline.