Dem Resolution to Ground Distance Calculator
Compute dem resolution ground distance using validated scientific equations. See step-by-step derivations, unit analysis, and reference values.
Reviewed for accuracy by Daniel Agrici, Founder & Lead Developer
Dem Resolution to Ground Distance Calculator
Calculator
Adjust values & calculateEnter your values below. Every result is computed in your browser โ no data is sent to any server.
Formula: NS = arcsec * (pi * R / 648000); EW = NS * cos(latitude)
Worked example โ NS: 30.87 m | EW: 21.83 m | Area: 673.7 m2 | Aspect ratio: 0.71
Formula
NS = arcsec * (pi * R / 648000); EW = NS * cos(latitude)
Where NS is north-south ground distance per arc-second (constant at ~30.87 m), EW is east-west distance scaled by cosine of latitude, R is Earth radius (6,371,000 m), and 648000 converts degrees to arc-seconds times radians.
Worked Examples
Example 1: SRTM 1 Arc-Second at Mid-Latitude
Problem:Calculate the ground distance for a 1 arc-second DEM cell at 45 degrees latitude and the total area covered by 100x100 cells.
Solution:NS distance = (pi/180) * 6371000 / 3600 * 1 = 30.87 m EW distance = 30.87 * cos(45) = 30.87 * 0.7071 = 21.83 m Cell area = 30.87 * 21.83 = 673.7 m2 Total NS = 100 * 30.87 = 3087 m = 3.09 km Total EW = 100 * 21.83 = 2183 m = 2.18 km
Result:NS: 30.87 m | EW: 21.83 m | Area: 673.7 m2 | Aspect ratio: 0.71
Example 2: GTOPO30 at Equator
Problem:Calculate ground distance for 30 arc-second cells at the equator with 200 cells coverage.
Solution:NS = 30.87 * 30 = 926.1 m EW = 926.1 * cos(0) = 926.1 m (square at equator) Cell area = 926.1^2 = 857,661 m2 = 0.858 km2 Total coverage = 200 * 926.1 = 185.2 km each direction
Result:NS: 926.1 m | EW: 926.1 m | Square cells at equator | 185 km coverage
Frequently Asked Questions
Why does DEM cell size vary with latitude for arc-second data?
Geographic coordinate systems use angular measurements of degrees minutes and seconds which represent different ground distances at different latitudes. One arc-second of latitude always equals approximately 30.87 meters everywhere on Earth because meridians of longitude are great circles of constant circumference. However one arc-second of longitude varies with the cosine of latitude from 30.87 meters at the equator to zero at the poles because lines of longitude converge toward the poles. This means a 1 arc-second DEM has square cells only at the equator and increasingly rectangular cells at higher latitudes. The ground distance in the east-west direction at 60 degrees latitude is only half the north-south distance.
What are the common DEM resolution standards?
Several standard DEM resolutions are widely available from global and national mapping programs. The 30 arc-second resolution approximately 1 km is provided by GTOPO30 and GEBCO for global coverage. Three arc-second approximately 90 meters is the resolution of the original publicly available SRTM data covering most of the world between 60N and 56S latitude. One arc-second approximately 30 meters is provided by the SRTM 1-arcsecond global dataset and the ASTER GDEM covering land areas globally. The USGS 3DEP program provides one-third arc-second approximately 10 meters and one-ninth arc-second approximately 3 meters lidar-derived DEMs for the United States. Sub-meter resolution DEMs are available from airborne lidar surveys.
How do you convert between arc-seconds and meters?
Converting arc-seconds to meters requires knowledge of the latitude because east-west distances change while north-south distances remain constant. For the north-south direction one arc-second equals the Earth circumference divided by 360 degrees divided by 3600 seconds per degree giving approximately 30.87 meters regardless of location. For the east-west direction the same calculation is multiplied by the cosine of the latitude. At 45 degrees latitude one arc-second east-west equals 30.87 times cosine of 45 degrees or approximately 21.83 meters. This latitude dependence is why many derived products reproject geographic DEMs into projected coordinate systems with uniform cell sizes in meters before performing terrain analysis.
What is the difference between geographic and projected DEM grids?
Geographic DEMs store elevation values on a grid defined by latitude and longitude coordinates in angular units producing cells that vary in ground size with latitude. Projected DEMs use a map projection to transform the curved Earth surface onto a flat plane with uniform cell sizes in meters or feet. Common projections for DEMs include Universal Transverse Mercator which minimizes distortion within 6-degree-wide zones and national coordinate systems like the British National Grid. Geographic DEMs are convenient for global datasets because they do not require choosing a projection but introduce complications for area and distance calculations. Most terrain analysis should be performed on projected DEMs or with algorithms that account for the non-uniform cell geometry of geographic grids.
How does cell size affect the minimum mappable feature?
The minimum feature that can be reliably detected in a DEM depends on cell size following the Nyquist sampling theorem which states that a feature must span at least two cells in each direction to be resolved. For a 30-meter DEM the minimum mappable landform is approximately 60 meters across meaning smaller features like narrow stream channels or small ridges will not appear correctly. Features that are close to the minimum resolvable size may appear with reduced amplitude or distorted shape. A general rule of thumb is that reliable terrain analysis requires features to span at least 5 to 10 cells to be accurately characterized. This relationship guides the selection of appropriate DEM resolution for different geomorphological applications.
What is the SRTM dataset and what resolution does it provide?
The Shuttle Radar Topography Mission collected elevation data during an 11-day Space Shuttle mission in February 2000 using radar interferometry with two antenna positions to measure surface height. It covers about 80 percent of Earth land surface between 60 degrees north and 56 degrees south latitude. The original data was collected at 1 arc-second resolution globally but initially only the 3 arc-second version was publicly released outside the United States. Since 2015 the full 1 arc-second dataset has been publicly available providing approximately 30-meter resolution worldwide. Absolute vertical accuracy is approximately 16 meters at 90 percent confidence though relative accuracy is much better at about 6 meters. SRTM represents the surface including vegetation and buildings rather than bare earth making it a digital surface model in forested areas.
How do you calculate total coverage area from DEM dimensions?
Total coverage area is calculated by multiplying the number of cells in each direction by the ground distance per cell in that direction. For geographic DEMs this requires computing both north-south and east-west ground distances at the appropriate latitude. The total north-south coverage in meters equals the number of rows times the north-south cell distance and similarly for east-west coverage. The total area in square meters is the product of these two coverage distances though this is an approximation because cell sizes vary slightly across the extent for geographic grids. For projected DEMs with uniform cell sizes the calculation is simpler: total area equals the number of cells times the square of the cell size. These calculations help assess whether a DEM has sufficient extent for a particular study area.
What is the cell aspect ratio and why does it matter?
The cell aspect ratio is the ratio of east-west to north-south ground distance for a DEM cell which equals 1.0 only at the equator for geographic grids. At 60 degrees latitude the aspect ratio is 0.5 meaning cells are twice as long north-south as they are east-west creating significant distortion for terrain analysis. Many terrain analysis algorithms assume square cells and produce biased results when applied to cells with aspect ratios far from 1.0. For example slope calculated without accounting for rectangular cells will overestimate north-south slopes and underestimate east-west slopes. This is a major reason why reprojection to a metric coordinate system is recommended before performing terrain derivatives on geographic DEMs at middle to high latitudes.
What is the relationship between DEM resolution and vertical accuracy?
DEM resolution and vertical accuracy are related but distinct quality measures that both affect the usefulness of elevation data for different applications. Horizontal resolution determines the spatial detail of terrain features while vertical accuracy determines how close elevation values are to true ground height. Higher resolution does not necessarily mean better vertical accuracy as a 1-meter lidar DEM with poor calibration could have worse vertical accuracy than a well-controlled 30-meter photogrammetric DEM. The vertical accuracy required depends on the application with flood mapping needing centimeter-level accuracy while regional geomorphology may tolerate meter-level errors. As a general guideline the contour interval that can be reliably derived from a DEM is approximately 2 to 3 times its vertical accuracy.
How do you choose the right DEM resolution for a project?
Choosing the right DEM resolution involves balancing data availability processing capacity and the spatial scale of the features being analyzed. For hillslope-scale geomorphological studies or detailed engineering design 1 to 5 meter lidar DEMs are appropriate and often necessary. For watershed-scale hydrological modeling 10 to 30 meter DEMs provide adequate detail without excessive computational burden. Regional geological mapping and continental-scale studies can use 30 to 90 meter DEMs which are freely available globally. The minimum useful resolution should be selected so that the features of interest span at least 5 to 10 cells. Over-resolving a problem with unnecessarily fine DEMs wastes storage and processing time without improving analytical results.
References
Background & Theory
History
Reviewed for accuracy by Daniel Agrici, Founder & Lead Developer ยท Editorial policy
Related Calculators
๐งฎGround Acceleration (pga) Calculator
Calculate ground acceleration (pga) with inputs, formulas, and instant results.
๐งฎGround Vibration Intensity Calculator
Calculate ground vibration intensity with inputs, formulas, and instant results.
๐งฎDem Resampling & Smoothing Tool
Calculate dem resampling & smoothing tool with inputs, formulas, and instant results.
๐งฎMagnetosphere Standoff Distance Calculator
Calculate magnetosphere standoff distance with inputs, formulas, and instant results.
๐งฎEarth Energy Balance Calculator
Calculate earth energy balance with inputs, formulas, and instant results.
๐งฎBouguer Correction Calculator
Calculate bouguer correction with inputs, formulas, and instant results.
๐งฎCrustal Density Calculator
Calculate crustal density with inputs, formulas, and instant results.
๐งฎCrustal Thickness From Receiver Functions Calculator
Calculate crustal thickness from receiver functions with inputs, formulas, and instant results.