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.
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\nEW distance = 30.87 * cos(45) = 30.87 * 0.7071 = 21.83 m\nCell area = 30.87 * 21.83 = 673.7 m2\nTotal NS = 100 * 30.87 = 3087 m = 3.09 km\nTotal 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\nEW = 926.1 * cos(0) = 926.1 m (square at equator)\nCell area = 926.1^2 = 857,661 m2 = 0.858 km2\nTotal 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
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.
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.
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 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.