GSD Calculator

Calculate drone ground sample distance from sensor size, flight height, focal length, and image resolution.

808.5K uses Updated · 2026-05-21 Runs locally · zero upload
AD

How to Use GSD Calculator

Enter sensor size, flight height, focal length, and horizontal image resolution. The calculator estimates ground sample distance in meters per pixel and centimeters per pixel, then derives approximate swath width. Keep sensor size and focal length in the same length unit, and use flight height in meters as expected by the current tool.

Formula & Theory - GSD Calculator

Ground sample distance is the real-world ground length represented by one image pixel. With sensor size and focal length in matching units, their ratio gives the field projection scale; multiplying by flight height and dividing by pixel resolution gives meters per pixel. Smaller GSD means finer ground detail.

GSD_m_per_px = sensorSize * flightHeight / (focalLength * resolution)
GSD_cm_per_px = GSD_m_per_px * 100
swathWidth = GSD_m_per_px * resolution

Use Cases for GSD Calculator

Use it for drone mapping plans, aerial survey estimates, photogrammetry notes, choosing flight altitude, comparing cameras, and checking whether a mission can meet a target centimeter-per-pixel resolution.

Frequently asked questions about GSD Calculator

How do I use GSD Calculator?

Enter sensor size, flight height, focal length, and resolution. The calculator returns GSD in m/px and cm/px plus swath width.

What formula or rule does GSD Calculator use?

It uses GSD = sensorSize * flightHeight / (focalLength * resolution), with sensor size and focal length in matching units.

Is my data stored?

No. All calculations happen in your browser; nothing is sent to a server.