Difference between revisions of "Tutorial M02 001 Check Files QGIS GPKG"

From Tuflow
Jump to navigation Jump to search
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<span style="color:#FF0000">
 
<font size = 18>Page Under Construction</font>
 
</span>
 
 
= Introduction =
 
= Introduction =
 
QGIS is used to import the check files and review the breaklines topographic changes.<br>
 
QGIS is used to import the check files and review the breaklines topographic changes.<br>
Line 11: Line 8:
 
:*[[Check_Files_2d_zsh_zpt | _zsh_zpt_check_P]]
 
:*[[Check_Files_2d_zsh_zpt | _zsh_zpt_check_P]]
 
<br>
 
<br>
'''rewording here'''<br>
+
Review the check files:
Review the check files: <br>
 
:*'''M02_5m_001_grd_check_R'''
 
:*'''M02_5m_001_zsh_zpt_check_P'''
 
Investigate the supplied files:
 
 
<ol>
 
<ol>
 
<li>Open the files, either:
 
<li>Open the files, either:
:*Within the QGIS Browser Panel, navigate to '''Module_02\TUFLOW\check\M02_5m_001_Check.gpkg''' and double click the layers, or
+
:*Within the QGIS Browser Panel, navigate to '''Module_02\TUFLOW\check\M02_5m_001_Check.gpkg''' and double click the following layers, or  
:*In File Explorer, navigate to the '''Module_02\TUFLOW\check''' folder, drag and drop the '''M02_5m_001_Check.gpkg''' into the QGIS workspace and select the layers (hold Ctrl to select multiple).
+
::*'''M02_5m_001_grd_check_R'''
</ol>
+
::*'''M02_5m_001_zsh_zpt_check_P'''
<br>
+
:*In File Explorer, navigate to the '''Module_02\TUFLOW\check''' folder, drag and drop the '''M02_5m_001_Check.gpkg''' into the QGIS workspace and select the layers above (hold Ctrl to select multiple).
'''original'''
 
<br>
 
Review the check files:
 
<ol>
 
<li>Drag and drop the '''M02_5m_001_Check.gpkg''' from the '''Module_02\TUFLOW\check''' folder into QGIS.
 
<li>Open the following layers into QGIS (hold Ctrl to select multiple):
 
:*'''M02_5m_001_grd_check_R'''
 
:*'''M02_5m_001_zsh_zpt_check_P'''
 
 
<li>Use the 'Apply TUFLOW Styles to Open Layers'.
 
<li>Use the 'Apply TUFLOW Styles to Open Layers'.
 
<li>Use the 'Apply GPKG Layer Names'.
 
<li>Use the 'Apply GPKG Layer Names'.
Line 35: Line 20:
 
<li>The zsh_zpt_check file contains the Zpts modified by the 2d_zsh layers with updated elevation, change in elevation and source layer.
 
<li>The zsh_zpt_check file contains the Zpts modified by the 2d_zsh layers with updated elevation, change in elevation and source layer.
 
<li>Zoom to the road at the north side of the model. The Shape_Width attribute is specified the same as the cell size, a thick breakline is used with entire cells being modified. The TUFLOW style colour codes the symbols based on the amount raised, or lowered.  <br>
 
<li>Zoom to the road at the north side of the model. The Shape_Width attribute is specified the same as the cell size, a thick breakline is used with entire cells being modified. The TUFLOW style colour codes the symbols based on the amount raised, or lowered.  <br>
{{Video|name=Animation_M02_GPKG_Check_001_01b.mp4|width=1261}}
+
<br>
 +
{{Video|name=Animation_M02_GPKG_Check_001_01b_.mp4|width=1267}}
 +
<br>
 
<br>
 
<br>
 
<li>The road on the east side of the model has a blank Shape_Width attribute, a thin breakline is used with only the cell sides and cell corners being modified. This prevents water from flowing across the breakline until the elevation is overtopped without modifying the entire cell elevation. The TUFLOW styling shows a portion of the breakline with grey points where the elevation is unchanged. This is because the elevation along the line is higher than the breakline points and Shape_Option of 'MAX' ensures the maximum elevation is used. <br>
 
<li>The road on the east side of the model has a blank Shape_Width attribute, a thin breakline is used with only the cell sides and cell corners being modified. This prevents water from flowing across the breakline until the elevation is overtopped without modifying the entire cell elevation. The TUFLOW styling shows a portion of the breakline with grey points where the elevation is unchanged. This is because the elevation along the line is higher than the breakline points and Shape_Option of 'MAX' ensures the maximum elevation is used. <br>
 
<br>
 
<br>
[[File:Animation_M02_Check_001_02.gif]]
+
{{Video|name=Animation_M02_Check_001_02.mp4|width=1267}}
 
</ol>
 
</ol>
 
<br>
 
<br>

Latest revision as of 12:22, 14 August 2023

Introduction

QGIS is used to import the check files and review the breaklines topographic changes.

Method

This tutorial introduces:


Review the check files:

  1. Open the files, either:
    • Within the QGIS Browser Panel, navigate to Module_02\TUFLOW\check\M02_5m_001_Check.gpkg and double click the following layers, or
    • M02_5m_001_grd_check_R
    • M02_5m_001_zsh_zpt_check_P
    • In File Explorer, navigate to the Module_02\TUFLOW\check folder, drag and drop the M02_5m_001_Check.gpkg into the QGIS workspace and select the layers above (hold Ctrl to select multiple).
  2. Use the 'Apply TUFLOW Styles to Open Layers'.
  3. Use the 'Apply GPKG Layer Names'.
  4. The grd_check is the 2D grid defined by the 2d_code layer and contains a region object for each cell. It is useful to understand how the model is orientated, the cell size in relation to the hydraulic features and where certain calculations occur in the model. In this tutorial, the grid is orientated to align with the downstream road.
  5. The zsh_zpt_check file contains the Zpts modified by the 2d_zsh layers with updated elevation, change in elevation and source layer.
  6. Zoom to the road at the north side of the model. The Shape_Width attribute is specified the same as the cell size, a thick breakline is used with entire cells being modified. The TUFLOW style colour codes the symbols based on the amount raised, or lowered.



  7. The road on the east side of the model has a blank Shape_Width attribute, a thin breakline is used with only the cell sides and cell corners being modified. This prevents water from flowing across the breakline until the elevation is overtopped without modifying the entire cell elevation. The TUFLOW styling shows a portion of the breakline with grey points where the elevation is unchanged. This is because the elevation along the line is higher than the breakline points and Shape_Option of 'MAX' ensures the maximum elevation is used.


Conclusion

  • The topographic modifications representing the road embankments were inspected.


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