View on GitHub

pdickson2.github.io

SAGA DEM Modelling

Our third week focused on digital elevation models of Mt. Kilimanjaro in SAGA. This began with aster data courtesy of NASA Earthdata for elevation and created a model of streamflow from this elevation data.

The lab began with integrating the two sections of the map which visualized Mt. Kilimanjaro to the scale.

Mosaic Legend

After the creation of a unified study area, we created a shaded visualization of the area that easily shows elevation.

Hillshade legend2

Following this elevation shading, we utilized SAGA’s sink detection function to identify possible holes of flow to remove these from our final product.

Sinks Legend3

Then, we removed these sinks from our area by filling them to ensure smooth flow lines.

FilledSinks Legend4

Then, we calculated flow accumulation to determine the quantity of flow given a cell and its surrounding elevation.

FlowAccumulation Legend5

Finally, we visualized the channel network of water flow in the area around Kilimanjaro on top of the shaded elevation.

ChannelDirection Legend6

The ultimate image is the ultimate visualization of the flow of streams and rivers as would be estimated by elevation data from Mt Kilimanjaro.

In our fourth week, we updated this process to automate the production of channel networks using a batch script, which can be found here for aster data and here for SRTM data. This modelling was performed on both ASTER and SRTM data, both of which come with their own sets of uncertainty. The section needed for the studied area of Mt. Kilimanjaro are S03E037 and S04E037. Pictured below are the results of both of these analyses and the difference between them visualized. The data again came from NASA Earthdata, this time using both the Aster and SRTM data for Mt. Kilimanjaro, though these scripts can be applied to any elevation data. This particular batch script utilzed SAGA 6.2 but could be altered for different versions and systems. The process of creating the batch script was relatively simple, the same steps from above were simply automated to create the channels of water flow around Kilimanjaro.

The batch script uses the following tools in SAGA.

  1. Analytical Hillshading
  2. Mosaicking
  3. UTM Projection
  4. Sink Drainage Routes
  5. Sink Removal
  6. Flow Accumulation (top-down)
  7. Channel Networks

The image below illustrates discrepancies in the recorded elevations of the Aster and SRTM data, owing to their different methods of collection. Higher Aster Data is represented in blue whereas higher SRTM data is represented in red.

ElevationDifference Legend7

Below are three-dimensional models of the elevations with their channel networks visualized. The first is for Aster and the second for SRTM.

3DAst

3Dsrtm

Finally, below is an image of the difference between the flow accumulations of the Aster and SRTM data, where data leaning toward Aster is blue and data leaning toward SRTM is red.

flowdif fdlegend

Now, pictured below you can see this difference map zoomed in near a lake south of the mountain. This region, which was also notable above for intriguing lines, demonstrates the relative difference between the two sources.

lake lakelegend

This specific image demonstrates one challenge of using these data, that flat surfaces cannot be adequately accounted for by either of the sources. There is a lack of consistency between these

The above image demonstrates the relative trend of the error towards the side of SRTM, as red seemingly occurs with more frequency than blue, suggesting that the errors would trend more toward SRTM. Therefore, I would caution a suggestion that Aster is the more reliable source of data, as there were fewer erros visualized. However, I would caution that this would not necessarily remain true across all data sets, depending on their succeptibility to cloud cover.

Data Sources: NASA/METI/AIST/Japan Spacesystems, and U.S./Japan ASTER Science Team. ASTER Global Digital Elevation Model V003. 2019, distributed by NASA EODIS Land Processes DAAC. NASA JPL. NASA Shuttle Radar Topography Mission Global 1 arc second. 2013, distributed by NASA EOSDIS Land Processes DAAC

Run using SAGA 6.2

Return to homepage