Interpolating elevation along a road using kriging
Last updated
Last updated
In this example, we will perform kriging interpolation of the elevation along the so-called roller coaster road on the island of Hokkaido, Japan, using as reference points a nearby elevation measurement.
The elevation data that will be used as reference to perform the interpolation is composed of 50 elevation points within 500m of the route that were randomly sampled from the NASADEM dataset, available from CARTO’s Data Observatory. This data can be accessed publicly from the table cartobq.docs.nasadem_jp_extract
and is previewed in the map below:
Since the route is straight, we can easily calculate evenly distributed points along the route and use them as the points for which to perform the interpolation. The result can be publicly accessed from cartobq.docs.kriging_jp_interp_points
.
Now let’s use the kriging interpolation stored procedure, ORDINARY_KRIGING_TABLE to create a table with the result.
In this visualization we can see the computed elevation along the route accentuated by a factor of 10.
This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 960401.