Difference between revisions of "Tutorial M01 Define Active Area QGIS"

From Tuflow
Jump to navigation Jump to search
Line 22: Line 22:
 
<ol>
 
<ol>
 
<li>Load in the '''Model_Boundary.shp''' from the '''Module_01\Tutorial_Data''' folder. Either drag and drop the .shp into QGIS or navigate to the file through Layer > Add Layer > Add Vector Layer.
 
<li>Load in the '''Model_Boundary.shp''' from the '''Module_01\Tutorial_Data''' folder. Either drag and drop the .shp into QGIS or navigate to the file through Layer > Add Layer > Add Vector Layer.
<li>The region object in the 'Model_Boundary' is not in the TUFLOW file format and needs to be copied into the '2d_code_M01_001_R' layer to have the correct attributes.
+
<li>The region object in the '''Model_Boundary''' is not in the TUFLOW file format and needs to be copied into the '''2d_code_M01_001_R''' layer to have the correct attributes.
<li>Make the '2d_code_M01_001_R' layer editable by right clicking the layer and selecting 'Toggle Editing'.
+
<li>Make the '''2d_code_M01_001_R''' layer editable by right clicking the layer and selecting 'Toggle Editing'.
<li>Select the 'Model_Boundary' file by left clicking on it once in the Layers panel and use the 'Select Features' tool to highlight it. <br>
+
<li>Select the '''Model_Boundary''' file by left clicking on it once in the Layers panel and use the 'Select Features' tool to highlight it. <br>
 
<li>Select 'Edit' from the top QGIS tab and 'Copy Features' from the drop down menu.   
 
<li>Select 'Edit' from the top QGIS tab and 'Copy Features' from the drop down menu.   
<li>Select the '2d_code_M01_001_R' layer in the Layers panel by left clicking on it once. Select 'Edit' from the top QGIS tab and click 'Paste Features' from the drop down menu.<br>
+
<li>Select the '''2d_code_M01_001_R''' layer in the Layers panel by left clicking on it once. Select 'Edit' from the top QGIS tab and click 'Paste Features' from the drop down menu.<br>
 
<br>
 
<br>
 
[[File:Animation_M01_Code_02c.gif]]<br>
 
[[File:Animation_M01_Code_02c.gif]]<br>
Line 33: Line 33:
 
Define the area as active:
 
Define the area as active:
 
<ol>
 
<ol>
<li>At present the '2d_code_M01_001_R' is not active. Using the 'Identify Features' tool click on the '2d_code_M01_001_R' region in QGIS. The attribute 'Code' has a value of 'NULL'.
+
<li>At present the '''2d_code_M01_001_R''' is not active. Using the 'Identify Features' tool click on the '''2d_code_M01_001_R''' region in QGIS. The attribute 'Code' has a value of 'NULL'.
 
<li>Right click on the 'NULL' value and select 'Edit Feature From', change the value to '1' and click 'OK'. <br>
 
<li>Right click on the 'NULL' value and select 'Edit Feature From', change the value to '1' and click 'OK'. <br>
 
<li>Toggle the editing off to save the edits.<br>
 
<li>Toggle the editing off to save the edits.<br>
Line 42: Line 42:
 
Use the TUFLOW plugin for styling the code polygon layer to make it easier to work with:
 
Use the TUFLOW plugin for styling the code polygon layer to make it easier to work with:
 
<ol>
 
<ol>
<li>Change the symbology of the '2d_code_M01_001_R' layer to make it easier to work with.  
+
<li>Change the symbology of the '''2d_code_M01_001_R''' layer to make it easier to work with.  
<li>Left click the '2d_code_M01_001_R' in the Layers panel to select it.
+
<li>Left click the '''2d_code_M01_001_R''' in the Layers panel to select it.
 
<li>Select ‘Apply TUFLOW Styles to Current Layer’.
 
<li>Select ‘Apply TUFLOW Styles to Current Layer’.
 
<li>This updates the styling of the layer to display points on the region vertices and set the opacity to 25%.<br>
 
<li>This updates the styling of the layer to display points on the region vertices and set the opacity to 25%.<br>

Revision as of 12:52, 12 May 2023

Introduction

QGIS is used to set an active model area.

Method

Use the TUFLOW plugin to create the code polygon layer:

  1. Click on the ‘Import Empty File’ symbol from the TUFLOW Plugin toolbar.

    M01 ImportEmpty.png

  2. This opens the Dialog shown below. The TUFLOW plugin accesses the 'Empty Directory' created when the project was configured and provides a list of files to choose from. It appends the 'Empty Type' to the beginning of the 'RUN ID' and the 'Geometry Type' letter to the end. This becomes the name of the file. Make the following selections:
    • Select '2d_code' from the Empty Type list.
    • In the Run ID box write: 'M01_001'.
    • Tick the 'Regions' Geometry Type and hit 'OK'.
  3. A file called 2d_code_M01_001_R.shp in a region format with the relevant TUFLOW attributes is created. The TUFLOW plugin automatically saves the file in the Module_01\TUFLOW\model\gis folder and opens it in the QGIS Layers panel.

    Animation M01 Code 01c.gif

The model extent is provided in a common shapefile:

  1. Load in the Model_Boundary.shp from the Module_01\Tutorial_Data folder. Either drag and drop the .shp into QGIS or navigate to the file through Layer > Add Layer > Add Vector Layer.
  2. The region object in the Model_Boundary is not in the TUFLOW file format and needs to be copied into the 2d_code_M01_001_R layer to have the correct attributes.
  3. Make the 2d_code_M01_001_R layer editable by right clicking the layer and selecting 'Toggle Editing'.
  4. Select the Model_Boundary file by left clicking on it once in the Layers panel and use the 'Select Features' tool to highlight it.
  5. Select 'Edit' from the top QGIS tab and 'Copy Features' from the drop down menu.
  6. Select the 2d_code_M01_001_R layer in the Layers panel by left clicking on it once. Select 'Edit' from the top QGIS tab and click 'Paste Features' from the drop down menu.

    Animation M01 Code 02c.gif

Define the area as active:

  1. At present the 2d_code_M01_001_R is not active. Using the 'Identify Features' tool click on the 2d_code_M01_001_R region in QGIS. The attribute 'Code' has a value of 'NULL'.
  2. Right click on the 'NULL' value and select 'Edit Feature From', change the value to '1' and click 'OK'.
  3. Toggle the editing off to save the edits.

    Animation M01 Code 03c.gif

Use the TUFLOW plugin for styling the code polygon layer to make it easier to work with:

  1. Change the symbology of the 2d_code_M01_001_R layer to make it easier to work with.
  2. Left click the 2d_code_M01_001_R in the Layers panel to select it.
  3. Select ‘Apply TUFLOW Styles to Current Layer’.
  4. This updates the styling of the layer to display points on the region vertices and set the opacity to 25%.

    Animation M01 Code 04c.gif

Conclusion

  • The 2d_code layer was created setting the code value for cells inside the polygon to active (code = 1).


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