SAGA Creating a Grid from Points

From Tuflow
Jump to navigation Jump to search

    Introduction

    This is an excellent way of visualising check files such as the _zpt_check.mif that is written by TUFLOW. This check file is outputted after all elevation data and topography modifiers (breaklines, z zhapes etc) have been processed. This method can also be applied to other data, such as survey data to create a DEM.
    The are a number of gridding methods available (such as triangulation, inverse distance weighted and nearest neighbour), in the method detailed below inverse distance weighted will be used. Feel free to experiment with the other options.

    Method

  1. Open the points shapes layer that you wish to create a grid from.
  2. From the menu items select Modules >> Grid >> Gridding >> Interpolation from Points >> Inverse Distance Weighted.
  3. Create IDW Grid from Points
  4. In the IDW dialogue set the following parameters:
    • Points - The desired Points Shapefile
    • Attribute - The attribute field to use
    • Distance weighting Parameters - Set these as desired
    • Search Radius - Set this to the cell size (to avoid the gird extending beyond the data)
    • Maximum Number of Points - The higher the value the more smoothing (for a DEM from zpt_check file use a small number)
    Select Okay.
  5. Setting IDW parameters
  6. Set the cell size for the resultant grid, for a DEM from a _zpt_check_P.shp use half the TUFLOW cell size. The other parameters are automatically determined from the input data.
  7. Set Grid Cell Size (half TUFLOW Cell Size)
  8. A new grid has been created, add this to a map to view.
  9. IDW created from _zpt_check_P.shp