Cost Path Analysis of Mars using SAGA

From CUOSGwiki
Revision as of 17:05, 21 December 2014 by Shah (talk | contribs)
Jump to navigationJump to search

Purpose

The purpose of this tutorial is to learn the steps leading up to the creation of a Least Cost Path within the open source program known as SAGA, by using several tools on a DEM from Mars. The skill level required in GIS is intermediate, some skill level is required having to know what values you would require, plus what additional alteration are needed within different data set.

Objectives

The outcome after this tutorial is to know the tools that go into creating a least cost path analysis, such as point creations, Kriging, Terrain Analysis, Accumulation Cost, Reclassify and lastly Least Cost Path on a DEM that is imaging surfaces not of this world.

Introduction

SAGA is an opensource program for GIS that has a lot of capability in Geoscientific analysis, it has been designed for effective implementation of spatial algorithms, that is constantly being updated with new features. One of the feilds that hopefully will be growing soon is the observation and analysis on surfaces not from Earth, in which testing if it is possible to do such a process using an open source program. For more information about SAGA you can visit their Homepage. Within this tutorial a cost path analysis will be done using the Mars Rover Curiosity as the purpose of the route, going from a start point to one other point, then finally its destination.

Methods

Uploading Data into Saga

The first thing that is required to do is to upload the DEM into Saga, because this program has very specific file formats it can handle a previous tutorial will show how this is done. it can be found within Exploring Hydrological Analyses.

Creating Points

To create points on a layer, go into Geoprocessing>>Shapes>>Points>>Create Point Grid, this will bring up a window.

Create point grid.png

save it to where your files are, click okay and a new shape layer will be created within your data window,

Point grid window.png

within that window right click on the "Point Grid" and go into edit and "add shape"

Using the action tool Action tool.png, then create points by selecting the location on the map, then right click and click edit selected shape, and apply the changes. To create multiple right click and add shapes.

Points on Mars.png

Kriging

To be able to add the points to a grid layer, Ordinary Kriging will be done. for the uses on different Kriging methods the information can be found at (WEBSITE FOR KRIGING) by going into Geoprocessing>>Spatial and Geostatistics>>Kriging>>Without Variogram Fit>>Ordinary Kriging.

Ordinary Kriging.png

This window should appear; add the point grid created in the "Points" section, also change target grid to "Grid System". click okay and another window should appear.

Kriging Grid selection.png

select the appropriate grid system and select okay and an image should appear.

Kriged image.png

Terrain Analysis

The terrain analysis within Saga has a simple method of selecting any surface that you would like to determine all within one window. by going into Terrain Analysis>>Morhpometry>>Slope, Aspect, Curvature. A window should appear that give you available option of what processes can be done. - The Grid layer was selected, - The DEM elevation was Chosen, - In the drop down tabs create was selected beside Slope, Aspect, Cross sectional Curvature - In methods a 9 parameter 2nd order polynomial was chosen, - Slope and Aspect units where changed to Degrees

Slope Aspect Curvature.png

Slope Image

Slopemars.png

Aspect Image

Aspect1.png

Cross-Sectional Curvature Image

Cross-Sectional Curvature1.png

Reclassify

To reclassify the values to set range and remove empty cells, go into Geoprocessing>>Grid>>Values>>Reclassify Grid Values. - Select the Grid system that needs to be reclassified - Select the Grid its self DEM mars is shown, same processes done with Slope, - Choose the values that want to be reclassified. in this case 0 to 1 - No Data value of input can be selected here as well

Reclassify window.png


Accumulation Cost

An accumulation cost is nescessary for Least Cost Path, here the values created above will be used for this step. by going into Geoprocessing>>Grid>>Cost Analysis>>Accumulated Cost(Isotropic) within this window;

- Set the Grid system - The Cost Grid, in this case the reclassified slope layer - Set the destination points, the Kriging of the points - The threshold for destination route, 0 was selected - Ensure that you create an accumulation cost and Closest point

Accumulation Cost.png

Least Cost Path

To finally finish the least cost path go into Geoprocessing>>Analysis>>Cost Analysis>> Least Cost Paths; - Select the grid system - Within Accumulation Cost use the Accumulation Cost layer created above, - Within Values select the nessecary values, in this case Slope was chosen. - The source points are the original point layer created at the begining of this tutorial

Least Cost Paths.png

More in depth research required

to fully understand what is happening and what selected process would work best for your DEM, readings should be done to see what each tool is and how to work on your selected file(website with information), as well as aids from other tutorials preforming a different method of cost path.

Conclusion

This tutorial showed the basic steps that are needed to perform a cost path analysis, but due to issues with the Coordinate systems within SAGA, where planetary bodies such as Mars have yet to be given a Projected Coordinate system this processes could not be accomplished. This does leave room for more updates to be installed and possibly an update package that can include more processes for other worlds, such as change coordinate systems, measure distances with existing Coordinate systems. other than that this program offered simple and effective method of terrain analysis, and Kriging Points to a surface.

Refernces

Sohail Dham and Colin Doucette. Exploring Hydrological Analyses, http://gracilis.carleton.ca/CUOSGwiki/index.php/Exploring_Hydrological_Analyses_using_SAGA_GIS/

Saga Library website, http://www.saga-gis.org/saga_module_doc/2.1.3/a2z.html