Difference between revisions of "Kriging Interpolation Comparison on Alberta Weather Station Elevation Data using System for Automated Geoscientific Analysis (SAGA GIS)"

From CUOSGwiki
Jump to navigationJump to search
Line 16: Line 16:
   
 
==Acquiring the Data==
 
==Acquiring the Data==
To download the <b>Earthquake</b> data follow these steps:
+
To download the <b>Elevation</b> data follow these steps:
* Visit the <b>Significant Earthquake Database</b> at this link [https://www.ngdc.noaa.gov/hazel/view/hazards/earthquake/search]
+
* Visit the <b>Scholars GeoPortal</b> at this link [https://geo1.scholarsportal.info/#_lang=en].
  +
* In the search bar enter <b> Weather Stations </b>.
* Fill in the date of the form beginning by setting the minimum year to <b>1990</b> and the maximum year to <b>2013</b>
 
  +
* The Canadian Weather Stations should be available to <b> Add </b> to map.
* Select <b>North America and Hawaii</b> as the Region Name
 
  +
* After adding the data to the map it is possible to select an area. In our case we selected All of Alberta's data.
  +
* Once this is completed, go to the <b> Download </b> page and either download your selected area or the entire dataset.
   
 
==Tutorial==
 
==Tutorial==

Revision as of 13:01, 29 November 2024

Kriging Interpolation Comparison on Alberta Weather Station Elevation Data using System for Automated Geoscientific Analysis (SAGA GIS)

Purpose

The purpose of this tutorial is to provide a step-by-step guide to using the Kriging interpolation technique in SAGA GIS, a software that many users may not have encountered before. The tutorial will introduce the various types of Kriging and the key variables to consider during the process. By comparing results from a dataset with dense data points to one with sparse data, the tutorial aims to highlight the critical role that data quality and quantity play in achieving accurate interpolation results.

Introduction to SAGA

SAGA, short for System for Automated Geoscientific Analyses, is a powerful Geographic Information System (GIS) software designed for the effective implementation of spatial algorithms. It offers a comprehensive and ever-growing suite of geoscientific methods, coupled with an approachable user interface featuring diverse visualization options. SAGA runs on both Windows and Linux operating systems and is distributed as Free Open Source Software (FOSS).

Downloading SAGA

Before beginning the tutorial, if you do not have SAGA GIS please follow the steps below:

  • Follow this link to download [1]
  • Once the download is complete extract the files from the zip folder
  • Run the saga_gui.exe to open the program

Acquiring the Data

To download the Elevation data follow these steps:

  • Visit the Scholars GeoPortal at this link [2].
  • In the search bar enter Weather Stations .
  • The Canadian Weather Stations should be available to Add to map.
  • After adding the data to the map it is possible to select an area. In our case we selected All of Alberta's data.
  • Once this is completed, go to the Download page and either download your selected area or the entire dataset.

Tutorial