Difference between revisions of "Tutorial M01 Time Series Plot Output QGIS"
Jump to navigation
Jump to search
(→Method) |
|||
Line 48: | Line 48: | ||
= Conclusion = | = Conclusion = | ||
− | :*The 2d_po layers were created, containing a line recording water level | + | :*The 2d_po layers were created, containing a line recording flow and average water level across the line and point recording water level and velocity. |
<br> | <br> | ||
{{Tips Navigation | {{Tips Navigation | ||
|uplink=[[Tutorial_M01#2D_Time_Series_Plot_Output | Back to Module 1 Main Page]] | |uplink=[[Tutorial_M01#2D_Time_Series_Plot_Output | Back to Module 1 Main Page]] | ||
}} | }} |
Revision as of 16:03, 20 April 2023
Introduction
QGIS is used to create time series plot outputs. Two types are described:
- 2d_po line object - records average water level (_H) and 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:
- Click on the ‘Import Empty File’ symbol from the TUFLOW plugin toolbar.
- Select '2d_po' from the Empty Type list.
- In the Run ID box write 'M01_001'.
- Tick the 'Lines' Geometry Type and hit 'OK'.
- The 2d_po_M01_001_L.shp 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:
- Make the layer editable and select ‘Add Line Feature’.
- Digitise a line from left to right looking downstream across the floodplain and channel.
- Populate the attribute table as follows:
- Type = H_Q_
- Label = Location1
- Toggle the editing off to save the edits.
Create 2d_po point layer with the TUFLOW plugin:
- Click on the ‘Import Empty File’ symbol from the TUFLOW plugin toolbar.
- Select 2d_po from the Empty Type list.
- In the Run ID box write 'M01_001'.
- Tick the 'Points' Geometry Type and hit 'OK'.
- The 2d_po_M01_001_P.shp appears in the Layers panel.
Digitise a plot output point in the channel where the 2d_po line crosses the channel:
- Make the layer editable and select ‘Add Point Feature’.
- Digitise a point within the channel where the line crosses the channel.
- Populate the attribute table as follows:
- Type = H_V_
- Label = Location1
- Toggle the editing off to save the edits.
Conclusion
- The 2d_po layers were created, containing a line recording flow and average water level across the line and point recording water level and velocity.
Up |
---|
Back to Module 1 Main Page |