Difference between revisions of "Tutorial M06 003 GIS Inputs QGIS GPKG"

From Tuflow
Jump to navigation Jump to search
(Created page with "<span style="color:#FF0000"> <font size = 18>Page Under Construction</font> </span> = Introduction = QGIS is used to create, import and view input data.<br> <br> = Method = N...")
 
Line 7: Line 7:
  
 
= Method =
 
= Method =
Navigate to the '''Module_06\Tutorial_Data''' folder. Copy the below GIS files into the '''Module_06\TUFLOW\model\gis''' folder:
+
Set up the GeoPackage Database:
 +
<ol>
 +
<li>Navigate to the '''Module_06\TUFLOW\model\gis''' folder. Save a copy of '''M06_002.gpkg''' as '''M06_003.gpkg'''.
 +
</ol>
 +
Within the QGIS Browser Panel, navigate to the '''Module_06\Tutorial_Data''' folder. Drag and drop the following layer into the '''M06_002.gpkg''' database:
 
:*2d_rf_M06_pt2grid_003_P
 
:*2d_rf_M06_pt2grid_003_P
  
Line 13: Line 17:
 
<ol>
 
<ol>
 
<li>Open the file, either:<br>
 
<li>Open the file, either:<br>
:*Drag and drop the .shp file into the QGIS workspace, or  
+
:*Within the QGIS Browser Panel, navigate to '''M06_002.gpkg''' and double click the layer, or
:*Select Layer > Add layer > Add Vector Layer and navigate to the '''Module_06\TUFLOW\model\gis''' folder. <br>
+
:*In File Explorer, drag and drop the '''M06_002.gpkg''' into the QGIS workspace and select the layer.<br>
 
<li>The 2d_rf layer represents locations of the gauges. Inspect the attributes, the names are matching the names in the bc_dbase.<br>
 
<li>The 2d_rf layer represents locations of the gauges. Inspect the attributes, the names are matching the names in the bc_dbase.<br>
 
<br>
 
<br>

Revision as of 15:52, 14 June 2023

Page Under Construction

Introduction

QGIS is used to create, import and view input data.

Method

Set up the GeoPackage Database:

  1. Navigate to the Module_06\TUFLOW\model\gis folder. Save a copy of M06_002.gpkg as M06_003.gpkg.

Within the QGIS Browser Panel, navigate to the Module_06\Tutorial_Data folder. Drag and drop the following layer into the M06_002.gpkg database:

  • 2d_rf_M06_pt2grid_003_P

Investigate the supplied file:

  1. Open the file, either:
    • Within the QGIS Browser Panel, navigate to M06_002.gpkg and double click the layer, or
    • In File Explorer, drag and drop the M06_002.gpkg into the QGIS workspace and select the layer.
  2. The 2d_rf layer represents locations of the gauges. Inspect the attributes, the names are matching the names in the bc_dbase.

    Animation M06 GIS 003 01a.gif

Conclusion

  • The 2d_rf points layer for creating gridded rainfall was inspected.


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