Difference between revisions of "Tutorial M01 Time Series Plot Output QGIS GPKG"

From Tuflow
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 24: Line 24:
 
<li>Toggle the editing off to save the edits.<br>
 
<li>Toggle the editing off to save the edits.<br>
 
<br>
 
<br>
[[File:Animation_M01_GPKG_PO_01.gif]]<br>
+
{{Video|name=Animation_M01_GPKG_PO_01.mp4|width=1261}}<br>
 
<br>
 
<br>
 
</ol>
 
</ol>
Line 45: Line 45:
 
<li>Toggle the editing off to save the edits.<br>
 
<li>Toggle the editing off to save the edits.<br>
 
<br>
 
<br>
[[File:Animation_M01_GPKG_PO_02.gif]]<br>
+
{{Video|name=Animation_M01_GPKG_PO_02.mp4|width=1261}}<br>
 
<br><br>
 
<br><br>
 
</ol>
 
</ol>

Latest revision as of 12:10, 14 August 2023

Introduction

QGIS is used to create time series plot outputs. Two types are described:

  • 2d_po line object - records flow (Q_) across the line; and
  • 2d_po point object - records water level (H_) and velocity (V_) in the cell where the point falls into.


Method

Create 2d_po line layer with the TUFLOW plugin:

  1. Click on the ‘Import Empty File’ symbol from the TUFLOW plugin toolbar.
  2. Select '2d_po' from the Empty Type list.
  3. In the Run ID box write 'M01_001'.
  4. Tick the 'Lines' Geometry Type.
  5. In the Spatial Database Options, select 'All to one'. Navigate to the Module_01/TUFLOW/model/gis folder and select M01_001.gpkg. Click Save and hit 'OK'.
  6. The 2d_po_M01_001_L appears in the Layers panel.

Digitise a plot output line from left to right looking downstream. The direction of the line is important, the opposite direction would produce negative values:

  1. Make the layer editable and select ‘Add Line Feature’.
  2. Digitise a line from left to right looking downstream across the floodplain and channel.
  3. Populate the attribute table as follows:
    • Type = Q_
    • Label = Loc1_L
  4. Toggle the editing off to save the edits.



Create 2d_po point layer with the TUFLOW plugin:

  1. Click on the ‘Import Empty File’ symbol from the TUFLOW plugin toolbar.
  2. Select 2d_po from the Empty Type list.
  3. In the Run ID box write 'M01_001'.
  4. Tick the 'Points' Geometry Type.
  5. In the Spatial Database Options, select 'All to one'. Navigate to the Module_01/TUFLOW/model/gis folder and select M01_001.gpkg. Click Save and hit 'OK'.
  6. The 2d_po_M01_001_P appears in the Layers panel.

Digitise a plot output point in the channel where the 2d_po line crosses the channel:

  1. Make the layer editable and select ‘Add Point Feature’.
  2. Digitise a point within the channel where the line crosses the channel.
  3. Populate the attribute table as follows:
    • Type = H_V_
    • Label = Loc1_P
  4. Toggle the editing off to save the edits.




Conclusion

  • The 2d_po layers were created, containing a line recording flow across the line and point recording water level and velocity.


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