Inverse Distance weighted (IDW) in QGIS

Introduction

Inverse distance weighted (IDW) is a type of deterministic method for multivariate interpolation with a known scattered set of points. The assigned values to unknown points are calculated with a weighted average of values available at the known points.

The name given to this type of methods was motivated by the weighted average applied, since it resorts to the inverse of the distance to each known point ("amount of proximity") when assigning weights.

Practice

  1. First, given data were pre-processed and cleaned using Microsoft Excel:
  2. Adding data as a vector layer using “add delimited text layer” as follow: 
  3. After adding the data, you can save it as a Shapefile for further other processes, and that by “right click” on the layer and select “save as”:
  4. Enabling the “interpolation” plugin:
  5. Applying “IDW” using the interpolation plugin:
  6. For better visualization,we can modify the style of IDW layer properties:
  7. Finally using Print composer the final map is created:

Comments

Popular posts

Datum

Published Paper-2022: A Comparison of The Impact of Edge Detection Operators on The Extraction of Corner Points

Published Paper-2020: Automatic Extraction of Corner Points from Aerial Images Using Point-Feature Operators and Hough Transform