Difference between revisions of "Exploring a subset of SAGA's Terrain Analysis tools"

From CUOSGwiki
Jump to navigationJump to search
Line 152: Line 152:
   
 
[[File:ProCurveTM.png|500px]]
 
[[File:ProCurveTM.png|500px]]
  +
  +
  +
[[File:ProCurveZoomin.png|500px]]
   
 
=== Plan Curvature ===
 
=== Plan Curvature ===

Revision as of 10:06, 21 December 2015

Purpose

This tutorial focuses on the use of terrain analysis tools found in SAGA. Importing data into SAGA and visualizing the data will be described, and the terrain analysis, specifically plan curvature will be performed within SAGA`s basic terrain analysis toolset. The results of the tool will then be analyzed and explained.

This tutorial will cover the steps to extract plan view curvature values from elevation data within SAGA.

Introduction

The plan view curvature function found within the SAGA toolset is important for work in understanding variations in man-made and naturally occurring terrain. This tool can be used in fields such as road safety and maintenance, coastline monitoring, tracking mass wasting events, etc.

Plan curvature by definition is the curvature in a horizontal plane. Positive curvature values indicate a convex contour within a cell, and negative curvature values indicate a concave contour within the cell (http://www.et-st.com/et_surface/userguide/Raster/ETG_RasterCurvature.htm).

Software

SAGA is a free and open source program which can be downloaded here: http://www.saga-gis.org/en/index.html

It will run on Windows operating system, and within a virtual machine if one wanted to run it on another operating system.

Data

The data used in this tutorial is 1 m elevation data, any digital elevation model (DEM) will work in this tutorial. Similar data can be found online, on sites such as GeoGratis (http://geogratis.gc.ca/geogratis/en/search) and will be free and easily downloadable.

Tutorial

Importing data

To import your data into SAGA you must enter the Tools section and select GDAL/OGR > Import Raster


FileImport.png



Choose your file, and select Okay


Importraster.png

Data visualization

Right click on the data you have just imported and click "Add to Map", the data will now appear in SAGA's view window.


Originaldata.png



To better visualize the change in slope, change the colour symbol by clicking the colour scaling option:


Colourchange1.png



Next click on the Presets button:


Colourchange2.png



Here select the default option:

There are a wide variety of colour scale options here, feel free to explore your options.


Colourchange3.png



Finally select "Apply" and "Save"


Colourchange4.png

Analytical Hillshading

You will find the Analytical Hillshading tool under Terrain Analysis: Lighting, Visibility


Hillshade1.png


Within the tool window, specify the current grid system, as well as the elevation layer - the first imported data, and click execute:


Hillshade2.png


The output file will now appear in the Data tab under Tree. Right click the layer and select "Add to Map":


Hillshade3.png


Next change the transparency to 40% so that both layers are visible and click Apply:


Hillshade5.png


The resulting image should look like this:


Hillshadefinal.png

Basic Terrain Analysis

Within the toolbox, under Terrain Analysis: Compound Analysis, you will find the Basic Terrain Analysis function.


BTA1.png


This is a batch process and it will produce 15 new fields at once. As seen below, enter the current grid system into the first field, the elevation data into the second field, the hillshade into the third field, leave the remaining fields set to <create>:


TerrainAnalysis1.png


A subset of the results from this function are as follows:


Slope:


SlopeTM.png


Aspect:


AspectTM.png



Profile Curvature:


ProCurveTM.png


ProCurveZoomin.png

Plan Curvature

The resulting image for Plan Curvature is as follows:


PlanCurveTM.png

Results

Reference

SAGA software: http://www.saga-gis.org/en/index.html

GeoGratis: http://geogratis.gc.ca/geogratis/en/search

http://www.et-st.com/et_surface/userguide/Raster/ETG_RasterCurvature.htm