How the Formula Works

Ground Sampling Distance (GSD) is the distance on the ground represented by a single pixel in an aerial image. It’s a critical measure for planning mapping and photogrammetry missions.

The formula is:

GSD (cm/pixel) = (Sensor Width (mm) × Flight Altitude (m) × 100) / (Focal Length (mm) × Image Width (pixels))

Step-by-step breakdown:

  1. Sensor Width (mm): The physical width of the camera’s image sensor, typically listed in the camera spec sheet (e.g., 13.2mm for 1″ sensors, 6.17mm for 1/2.3″).
  2. Flight Altitude (m): The height above ground level at which the drone is flying. Higher altitude = larger ground area per pixel = larger GSD.
  3. Focal Length (mm): The lens focal length. Longer focal lengths (telephoto) produce smaller GSD (higher resolution). Shorter focal lengths (wide angle) produce larger GSD (lower resolution).
  4. Image Width (pixels): The number of pixels across the width of the captured image (e.g., 4000 for many consumer cameras).
  5. × 100: Converts meters to centimeters in the result.

Example

  • Sensor Width: 13.2mm
  • Image Width: 4000 pixels
  • Altitude: 120m
  • Focal Length: 8.8mm
GSD = (13.2 × 120 × 100) / (8.8 × 4000)
GSD = 158,400 / 35,200
GSD = 4.5 cm/pixel

A GSD of 4.5 cm/pixel means each pixel represents a 4.5cm × 4.5cm square of ground.

FAQs

1. What’s a “good” GSD value?
It depends on the application. For aerial mapping and surveying, 1–5 cm/pixel is common. For vegetation analysis, 2–4 cm/pixel may be needed. For orthophoto generation for construction sites, 2–5 cm/pixel is standard. Lower GSD (higher resolution) typically requires flying lower and collecting more images.

2. How does GSD affect flight planning?
GSD determines the ground coverage per image and therefore how many images are needed to cover a given area. Smaller GSD = more images = longer flight times and more processing. Most mapping software lets you set a target GSD and then calculates flight altitude and overlap automatically.

3. Does camera sensor size matter?
Yes. Larger sensors (like 1-inch or APS-C) with the same pixel count will produce smaller GSD at the same altitude and focal length than smaller sensors, because the sensor width is larger.

4. Can I use this calculator for any drone?
Yes, as long as you know your camera’s sensor width, focal length, and image width. Most camera specs list these. You can also find your camera specs at DPReview or the manufacturer’s website.

5. Is the formula the same for video?
The same math applies if you know the sensor width, focal length, and the horizontal pixel count of the video frame (e.g., 3840 for 4K).

6. What if I don’t know my sensor width or focal length?
You can often find them in the camera’s EXIF data (using tools like ExifTool) or in the manufacturer’s spec sheet. Some lenses are zoom (variable focal length) — use the focal length at which you’re actually shooting.

7. Why multiply by 100?
The formula without the ×100 gives GSD in meters/pixel. Since drone mapping typically works in centimeters, we multiply by 100 to convert meters to centimeters.

Reference Links