SummitGPX Help Centre

Understanding GPX Elevation Data

Elevation is one of the most variable parts of GPX data. Two services can read the same route and produce different ascent totals because they use different terrain data, smoothing and correction methods.

Elevation Inside a GPX File

A GPX track point can include an <ele> value in metres:

<trkpt lat="50.123" lon="-5.123">
  <ele>124.3</ele>
</trkpt>

Some files include elevation for every point. Others include partial elevation, zero values or no elevation at all.

Where Elevation Data Comes From

  • GPS device readings.
  • Barometric altimeter readings.
  • Mapping software.
  • Digital terrain models.
  • Manual route planning tools.

Each source can produce different results, especially on steep, wooded or mountainous terrain.

How SummitGPX Chooses Elevation

SummitGPX keeps original GPX elevation when it is complete and useful. If the file has missing, mostly empty, all-zero or unreliable elevation, SummitGPX can generate elevation from SummitGPX Core terrain data.

The route page shows whether the route is using original GPX elevation or SummitGPX generated elevation.

Terrain Generated Elevation

When SummitGPX generates elevation, it keeps the original route points and route shape. It only adds or replaces elevation values, then recalculates route statistics and the elevation profile.

If terrain data for an area has not been prepared before, the first route import may take longer while SummitGPX prepares the required data. Later imports in the same area are usually faster.

Why Ascent Figures Vary

Small elevation changes can add up quickly. A noisy profile on a flat section can create false ascent if every tiny rise is counted.

100m
101m
100m
101m
100m
101m

SummitGPX calculates ascent and descent consistently and reduces obvious terrain noise, but the result may still differ from Garmin, Strava, OS Maps or other platforms.

Health Checks and Repair

The GPX Health Check workflow can identify missing elevation, poor elevation coverage and obvious elevation spikes. Where repair is available, SummitGPX can create a cleaner GPX with generated or smoothed elevation.