Calculate the ground sample distance (GSD) by using the sensor attributes, flight height, and focal length in the formula provided.
The GSD (Ground Sample Distance) Calculator is a crucial tool for aerial mapping and drone photography. GSD measures the distance between two consecutive pixel centers on the ground, directly influencing the resolution of captured images. A lower GSD value means higher image detail, essential for applications like topographic mapping, urban planning, and precision agriculture.
Formula
Contents
GSD = (A ∗ SH) / (FL ∗ IH)
Variable | Description |
---|---|
GSD | Ground Sample Distance (in meters/pixels) |
A | Altitude of the drone or camera (in meters) |
SH | Sensor height (in mm) |
FL | Focal length of the camera (in mm) |
IH | Image height (in pixels) |
Solved Calculations
Example 1: A drone flying at an altitude of 120 meters, with a sensor height of 13.2 mm, a focal length of 24 mm, and an image height of 4000 pixels.
Step | Value |
---|---|
Altitude (A) | 120 meters |
Sensor Height (SH) | 13.2 mm |
Focal Length (FL) | 24 mm |
Image Height (IH) | 4000 pixels |
GSD | (120 ∗ 13.2) / (24 ∗ 4000) = 0.0165 m/pixel |
Example 2: A drone flying at an altitude of 200 meters, with a sensor height of 10 mm, a focal length of 35 mm, and an image height of 6000 pixels.
Step | Value |
---|---|
Altitude (A) | 200 meters |
Sensor Height (SH) | 10 mm |
Focal Length (FL) | 35 mm |
Image Height (IH) | 6000 pixels |
GSD | (200 ∗ 10) / (35 ∗ 6000) = 0.0095 m/pixel |