TUFLOW CATCH Tutorial M02 GIS Inputs QGIS

From Tuflow
Jump to navigation Jump to search

Introduction

An interventions (2d_im) layer is created to remove pollutants from the run off around the paddocks and within the waterway.

TUFLOW CATCH Project Re-Configuration

Re-configure the TUFLOW CATCH project to use and save empty files to the correct folders:

  1. Go to Processing > Toolbox from the top drop down menu options to open the Processing Toolbox.
  2. Go to TUFLOW Catch in the processing tool list and select 'Create TUFLOW Catch Project'. This opens the dialog shown below.
    • Project Name: TC02
    • Project Folder: Click '...', and navigate to the TUFLOW_CATCH_Module_02\Modelling folder.
    • Project CRS: Click the drop down menu and select 'Project CRS: EPSG:32760 - WGS 84 / UTM zone 60S’.
    • TUFLOW HPC Executable: Click '...', and navigate to the exe\TUFLOW\2025.1.0 folder. Select TUFLOW_iSP_w64.exe.
    • TUFLOW FV Executable: Click '...', and navigate to the exe\TUFLOWFV\2025.1.0 folder. Select TUFLOWFV.exe.
    • Default GIS Format: Click the drop down menu and select 'SHP'.
    • Tick on 'Create Empty Files'.
  3. Click 'Run' and a console window will open. This creates the empty GIS files.
  4. Once the tool has finished, click 'Close'.

    TC2 Create CATCH Project 01a.png

  5. Set the QGIS workspace projection to EPSG:32760, see TUFLOW CATCH Module 01 - Project Initialisation.

Create Interventions

An interventions (2d_im) layer contains one or more lines, called intervention devices. These intervention devices may represent constructed wetlands, bioretention systems, grassed swales, riparian revegetation strips or similar features. In the TUFLOW CATCH Control file, each device is assigned mass removal properties, which can be defined and adjusted on a pollutant by pollutant basis. The location and orientation of each device is specified via lines in the 2d_im layer.

Create the 2d_im layer using the TUFLOW CATCH plugin:

  1. In the Processing Toolbox, go to TUFLOW Catch in the processing tool list and select 'Import Empty'. This opens the dialog shown below.
    • Project Directory: This should automatically be set to the TUFLOW_CATCH_Module_02\Modelling folder.
    • Empty Type: Click ..., and tick on '2d_im' from the empty type list.
    • Geometry Type: Click ..., and tick on 'Line'.
    • Run ID: TC02_001
  2. Click 'Run'. Once the tool has finished, click 'Close'. The 2d_im_TC02_001_L will appear in the QGIS Layers panel.

    TC2 import empty 2d im 01a.png

To help determine where the intervention devices should be placed, load in the following files:

  • 2d_mat_TC01_001_R.shp from the TUFLOW\model\gis folder
  • TC01_001_catchment_hydraulic_d_Max.tif from the TUFLOW_CATCH_Module_01\Modelling\TUFLOWCATCH\results\grids folder

Create interventions:

  1. In the QGIS Layers panel, select (left click) 2d_im_TC02_001_L and toggle on editing.
  2. Select 'Add Line Feature'.
  3. Digitise a line around the corner of the paddock with material ID 9 (paddockD). Use the right mouse button to terminate the line and an attributes dialog will appear. Set the ID to 'trench1' and click 'OK'.
  4. Repeat the same process as above to digitise a line between the road and the paddock with material ID 7 (paddockB). Set the ID to 'retentionBasin'.


  5. Zoom in to the downstream end of the model. Use the TC01_001_catchment_hydraulic_d_Max.tif to determine where the water will be flowing. Using the same process as above, digitise a line perpendicular to the water on the western side of the stream. Set the ID to 'bufferStrip1'.


  6. Create two more intervention devices with ID's 'trench2' and 'bufferStrip2'. Use the image below as a guide.
    Note: To style the interventions, use the "Apply TUFLOW Styles to Open Layers" TUFLOW apply styles open layers icon.png and the "Apply Label to Current Layer" TUFLOW apply label icon.png tools from the TUFLOW Plugin toolbar.

    TC2 all devices 01a.png

  7. Once all the intervention devices have been created, turn off editing to save the edits.


Up
Go-up.png Back to TUFLOW CATCH Tutorial 02