GISRSStudy » QGIS » QGIS Raster Analysis

Raster Analysis in QGIS

In QGIS rasters allow you to gain more insight into the terrain that they represent.

In this lesson you will use terrain analysis tools to find out more about the study area for the proposed residential development.

Open all the Raster analysis tool in QGIS;

In the Toolbar menu, click on Raster, select Analysis, and see all the available terrain analysis tools.

Sl No.ToolPurpose
1AspectAspect is the compass direction that a slope faces. The pixels will have a value from 0-360° measured in degrees from north indicating the azimuth.
2Fill nodataFill raster regions with no data values by interpolation from edges. The values for the no-data regions are calculated by the sourrounding pixel values using inverse distance weighting. After the interpolation a smoothing of the results takes placce.
3Grid (Moving average)he Moving Average is a simple data averaging algorithm. It uses a moving window of elliptic form to search values and averages all data points within the window.
4Grid (Data metrics)Computes some data metrics using the specified window and output grid geometry.
5Grid (Inverse distance to a power)The Inverse Distance to a Power gridding method is a weighted average interpolator.
6Grid (Nearest neighbor)The Nearest Neighbor method doesn’t perform any interpolation or smoothing, it just takes the value of nearest point found in grid node search ellipse and returns it as a result.
7HillshadeThe Hillshade very useful for visualizing the terrain. Outputs a raster with a nice shaded relief effect.
8Near blackConverts nearly black/white borders to black.
9Proximity (raster distance)Generates a raster proximity map indicating the distance from the center of each pixel to the center of the nearest pixel identified as a target pixel.
10RoughnessRoughness is the degree of irregularity of the surface. It’s calculated by the largest inter-cell difference of a central pixel and its surrounding cell.
11SieveRemoves raster polygons smaller than a provided threshold size and replaces them with the pixel value of the largest neighbour polygon.
12SlopeSlope is the angle of inclination to the horizontal. You have the option of specifying the type of slope value you want: degrees or percent slope.
13Terrain Ruggedness Index (TRI)TRI stands for Terrain Ruggedness Index, which is defined as the mean difference between a central pixel and its surrounding cells.
14Topographic Position Index (TPI)TPI stands for Topographic Position Index, which is defined as the difference between a central pixel and the mean of its surrounding cells.
Scroll to Top