Tutorial M02 002 GIS Inputs QGIS GPKG

From Tuflow
Jump to navigation Jump to search

Introduction

QGIS is used to create, import and view input data.

Method

Create a new GeoPackage Database:

  1. Navigate to the Module_02\TUFLOW\model\gis folder. Save a copy of M02_001.gpkg as M02_002.gpkg.

Within the QGIS Browser Panel, navigate to the Module_02\Tutorial_Data folder. Drag and drop the following layers into the M02_002.gpkg database:

  • 2d_zsh_M02_landscape_002_L
  • 2d_zsh_M02_landscape_002_P
  • 2d_zsh_M02_landscape_002_R
  • 2d_mat_M02_landscape_002_R

Create two polygons, one raises the elevation to a set height and another raises the elevation by a set amount.

  1. Click on the ‘Import Empty File’ symbol from the TUFLOW Plugin toolbar.
  2. Select '2d_zsh' from the Empty Type list.
  3. In the Run ID box write 'M02_fill_002'.
  4. Tick the 'Regions' Geometry Type.
  5. In the Spatial Database Options, select 'All to one'. Navigate to the Module_02/TUFLOW/model/gis folder and select M02_002.gpkg. Click Save and hit 'OK'.
  6. The 2d_zsh_M02_fill_002_R appears in the Layers panel.
  7. Zoom to the area just upstream of the north road crest.
  8. Right click on the 2d_zsh_M02_fill_002_R to toggle on Editing and select 'Add Polygon Feature'.
  9. Digitise a polygon similar to below, use the right mouse button to terminate the polygon and an attributes dialog displays. Enter the following data:
    • Z = 45
    • Shape_Option = NO MERGE (assigns a single elevation to all Zpts falling within the polygon without interpolating the edges to the original topography)



  10. Zoom to the south west corner of the grid to digitise the second polygon.
  11. Select 'Add Polygon Feature'.
  12. Digitise a polygon similar to below, use the right mouse button to terminate the polygon and an attributes dialog displays. Enter the following data:
    • Z = 1
    • Shape_Opti = ADD (adds the specified ‘Z’ value to all existing Zpts within the polygon, it raises the area within the polygon, but maintains the natural slope of the land)
  13. Turn off editing to save the edits.



Create a polygon to rehabilitate the farm dam on the east side of the model, e.g. fill the farm dam to a surrounding level.

  1. Click on the ‘Import Empty File’ symbol from the TUFLOW Plugin toolbar.
  2. Select '2d_zsh' from the Empty Type list.
  3. In the Run ID box write 'M02_merge_002'.
  4. Tick the 'Regions' Geometry Type.
  5. In the Spatial Database Options, select 'All to one'. Navigate to the Module_02/TUFLOW/model/gis folder and select M02_002.gpkg. Click Save and hit 'OK'.
  6. The 2d_zsh_M02_merge_002_R appears in the Layers panel. Zoom to the east side of the model.
  7. Right click on the 2d_zsh_M02_merge_002_R and toggle on Editing.
  8. Select 'Add Polygon Feature'.
  9. Digitise a polygon around the depression in the DEM.
  10. Use the right mouse button to terminate the polygon and an attributes dialog displays. Click 'OK' with no attribute information input. By default TUFLOW uses the merge option, this samples the DEM elevation at the polygon vertices and along the perimeter of the region with maximum spacing of half the cell size.
  11. Turn off editing to save the edits.



Create a polygon to represent a cut through the north road embankment allowing water to pass through while maintaining the channel topography.

  1. Click on the ‘Import Empty File’ symbol from the TUFLOW Plugin toolbar.
  2. Select '2d_zsh' from the Empty Type list.
  3. In the Run ID box write 'M02_cut_002'.
  4. Tick the 'Regions' Geometry Type.
  5. In the Spatial Database Options, select 'All to one'. Navigate to the Module_02/TUFLOW/model/gis folder and select M02_002.gpkg. Click Save and hit 'OK'.
  6. The 2d_zsh_M02_cut_002 appears in the layers panel. Zoom to the channel where it meets the north road embankment.
  7. Right click on the 2d_zsh_M02_cut_002_R to toggle on Editing and select 'Add Polygon Feature'.
  8. Digitise a polygon similar to below, terminate the region and enter the following data in the attributes dialog:
    • Shape_Width = -1



  9. Add more vertices by holding Shift and double click along the upstream and downstream sides of the polygon. By default TUFLOW uses the merge option and the negative Shape_Width instructs TUFLOW to sample the DEM elevation only at the location of the polygon vertices.
  10. Turn off editing to save the edits.



Investigate the supplied 2d_zsh_M02_landscape_002 files with TIN functionality:

  1. Open the files, either:
    • Within the QGIS Browser Panel, navigate to M02_002.gpkg and double click the layers, or
    • In File Explorer, drag and drop the M02_002.gpkg into the QGIS workspace and select the layers (hold Ctrl to select multiple).
  2. The point layer specifies the elevation with the ‘Z’ attribute. Some of the point are snapped to the line layer setting the elevations along the line.
  3. The line layer assists in the TIN process. With the 'Shape_Option' attribute 'TIN', the 'Shape_Width' attribute specifies a sampling distance for the TIN triangles, intermediate sampling points are created at the line vertices and along the line at 'Shape_Width' intervals.
  4. The region layer sets the area over which the TIN functionality takes place. Without points snapped to the perimeter vertices of the region, the elevations are inserted from the underlying Zpt elevations, it uses the default merge option.



Investigate the supplied materials file:

  1. Load into QGIS the 2d_mat_M02_landscape_002_R file by, either:
    • Within the QGIS Browser Panel, navigate to M02_002.gpkg and double click 2d_mat_M02_landscape_002_R, or
    • In File Explorer, drag and drop the M02_002.gpkg into the QGIS workspace and select 2d_mat_M02_landscape_002_R.
  2. Inspect the file:
    • The materials file contains polygons that represent the updated land use due to the topography modifications.
    • The material attribute associated with each polygon is an integer value based on the underlying land use type.



Conclusion

  • Three 2d_zsh layers were created to add development sites to the model with different purpose.
  • Complex development site with TIN functionality was supplied and inspected.
  • The 2d_mat layer was reviewed defining the spatial extents for new land use categories.


Up
Go-up.png Back to Module 2 Main Page