The most commonly used freely available digital elevation data is that derived from the Shuttle Radar Topography Mission. At the latitude of Cornwall (about 50 degrees N) it has a resolution of about 73m x 73m per cell.
There is however a possibility of getting LiDAR data (free for non-commercial use) from the UK Environment Agency, which has various resolutions, and I obtained some 2m resolution data for an area around Truro.
For a cycling route planner, it would be nice to be able to keep track of the smaller bumps that would be smoothed out by the SRTM data. However it might not be practical to use the high resolution data because once one considers larger areas the volume of data becomes very large indeed.
There is also the Terrain 50m raster data available through the Ordnance Survey website.
I wished to see what difference it would make on a simple test circular route in Truro. I chose one which starts off climbing a hill, then goes along relatively flat terrain and then back down the hill again by a different route.
The QGIS screenshot below shows using the "Profile Tool" QGIS plugin, where the darker shade of green is the lower elevation terrain. You may need to click on the image to view it in a larger format.
The actual profile itself showing the elevation as a function of distance along the path is as follows:
SRTM = red, OS Terrain50 = black, 2m LiDAR = green |
Although the OS Terrain 50m is a higher resolution dataset, it appears to have more artifacts than the SRTM which is ~73m at this latitude |
Measuring total ascent, counting the total height gain considering only positive values:
Not a big difference in total ascent between SRTM and Terrain 50. I also made an estimate by inspection of a 1:25k OS map of 55m ascent. |
In the early part of the track, the SRTM (red line) appears to be seeing the treetops or roofs of buildings either side of Chapel Hill, but levels out at a lower peak than the full resolution LiDAR (yellow line). It appears than the LiDAR is overestimating due to proximity of artificial structures, or possibly even vehicles in a traffic jam on the A390. The smoothed LiDAR follows the SRTM fairly closely.
Interesting. If the estimate by inspection of Chapel Hill's ascent was nearlybout correct, then the shuttle's data would appear to be more reliable than the OS's. On Chapel Hill anyway.
ReplyDelete(Oops. Apologies to the OS - as David points out, the LiDAR data came courtesy of the Environment Agency.)
DeleteOK, you did mean the LiDAR then. Yes, I think it starts measuring the treetops and top of the cutting rather than the road surface accumulating extra bumps. There is actually a load of new LiDAR available from a survey in 2013: http://www.tellusgb.ac.uk
ReplyDeleteI think I should probably retest it in a more open area to avoid some of these issues.