Book Image

Mastering QGIS

Book Image

Mastering QGIS

Overview of this book

Table of Contents (18 chapters)
Mastering QGIS
Credits
Foreword
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Creating raster surfaces via interpolation


QGIS supports surface interpolation from vector points to a raster using the Interpolation plugin. The Interpolation tool supports Inverse Distance Weighted (IDW) and Triangular Interpolation (TIN). To enable the Interpolation plugin, click on Manage and Install Plugins under Plugins.

As an example of how to use the Interpolation tool, let's use the Pecos DEM Points.shp sample file to interpolate a surface using IDW:

  1. Add Pecos DEM Points.shp to the map canvas.

  2. Open the Interpolation plugin tool by navigating to Raster | Interpolation | Interpolation. The tool is shown in the following figure and uses the Pecos DEM Points.shp sample file as the input vector layer:

    The interface of the Interpolation tool is identical whether IDW or TIN is chosen as the interpolation method. The only exceptions are the interpolation method parameters, which can be set by clicking on the configure button (). For this example, we will only cover the IDW parameter (distance...