Difference between revisions of "TUFLOW QGIS Plugin"
(→Usage) |
|||
Line 40: | Line 40: | ||
The first step for a project is to create the project / save the settings with the [[QGIS_TUFLOW_Create_Project | Create or Configure TUFLOW Project]] tool. Subsequent tools rely on the information stored at this stage to work best. | The first step for a project is to create the project / save the settings with the [[QGIS_TUFLOW_Create_Project | Create or Configure TUFLOW Project]] tool. Subsequent tools rely on the information stored at this stage to work best. | ||
− | + | === Editing Tools === | |
<ol> | <ol> | ||
<li> [[QGIS_TUFLOW_Create_Project | Create or Configure TUFLOW Project]]</li> | <li> [[QGIS_TUFLOW_Create_Project | Create or Configure TUFLOW Project]]</li> | ||
Line 50: | Line 50: | ||
<li> [[QGIS_TUFLOW_Copy_TUFLOW_Command | Copy TUFLOW Command]] | <li> [[QGIS_TUFLOW_Copy_TUFLOW_Command | Copy TUFLOW Command]] | ||
</ol> | </ol> | ||
− | + | === Run Tools === | |
<ol> | <ol> | ||
<li> [[QGIS_TUFLOW_Run_TUFLOW | Run TUFLOW simulation]]</li> | <li> [[QGIS_TUFLOW_Run_TUFLOW | Run TUFLOW simulation]]</li> | ||
<li> [[QGIS_TUFLOW_Run_TUFLOW_Utilities | Running TUFLOW Utilities]]</li> | <li> [[QGIS_TUFLOW_Run_TUFLOW_Utilities | Running TUFLOW Utilities]]</li> | ||
</ol> | </ol> | ||
− | + | === Visualisation Tools === | |
<ol> | <ol> | ||
<li> [[TUFLOW_Viewer | TUFLOW Viewer ]](result visualisation toolkit) | <li> [[TUFLOW_Viewer | TUFLOW Viewer ]](result visualisation toolkit) | ||
Line 66: | Line 66: | ||
<li> [[QGIS_TUFLOW_Apply_Stability_Styling | Apply Stability Styling]] | <li> [[QGIS_TUFLOW_Apply_Stability_Styling | Apply Stability Styling]] | ||
</ol> | </ol> | ||
− | + | === Hydrology Tools === | |
<ol> | <ol> | ||
<li> [[QGIS_ARR_to_TUFLOW | ARR to TUFLOW]] | <li> [[QGIS_ARR_to_TUFLOW | ARR to TUFLOW]] | ||
Line 72: | Line 72: | ||
<li> [[QGIS_SCS_to_TUFLOW | SCS to TUFLOW]] | <li> [[QGIS_SCS_to_TUFLOW | SCS to TUFLOW]] | ||
</ol> | </ol> | ||
− | + | === Integrity Tools === | |
<ol> | <ol> | ||
<li> [[1D_Integrity_Tool | 1D Integrity Tool]] | <li> [[1D_Integrity_Tool | 1D Integrity Tool]] | ||
</ol> | </ol> | ||
− | + | === SWAN GIS Tools === | |
For more information on SWAN GIS Tools please visit the following TUFLOW FV Wiki page: '''<u>[https://fvwiki.tuflow.com/index.php?title=SWAN_GIS_Tools SWAN GIS Tools]</u>'''. Links to the individual tools on the TUFLOW FV Wiki area also provided below: | For more information on SWAN GIS Tools please visit the following TUFLOW FV Wiki page: '''<u>[https://fvwiki.tuflow.com/index.php?title=SWAN_GIS_Tools SWAN GIS Tools]</u>'''. Links to the individual tools on the TUFLOW FV Wiki area also provided below: | ||
<ol> | <ol> | ||
Line 82: | Line 82: | ||
<li> [https://fvwiki.tuflow.com/index.php?title=SWAN_GIS_Post_Processing SWAN GIS Post Processing] | <li> [https://fvwiki.tuflow.com/index.php?title=SWAN_GIS_Post_Processing SWAN GIS Post Processing] | ||
</ol> | </ol> | ||
− | + | === Processing Toolbox === | |
<ol> | <ol> | ||
<li> [[Convert_TUFLOW_Model_GIS_Format | Convert TUFLOW Model GIS Format]] | <li> [[Convert_TUFLOW_Model_GIS_Format | Convert TUFLOW Model GIS Format]] | ||
Line 116: | Line 116: | ||
Errors are most likely caused by an issue with deleting the old version of the plugin as some part of the plugin is still being used somewhere in memory (RAM) and locking permissions. This is a known issue that occur with the ReFH2 to TUFLOW tool in older versions of the plugin. Simply restarting QGIS and retrying the upgrade process should fix the issue. | Errors are most likely caused by an issue with deleting the old version of the plugin as some part of the plugin is still being used somewhere in memory (RAM) and locking permissions. This is a known issue that occur with the ReFH2 to TUFLOW tool in older versions of the plugin. Simply restarting QGIS and retrying the upgrade process should fix the issue. | ||
− | ===Manually removing the TUFLOW plugin=== | + | === Manually removing the TUFLOW plugin === |
To manually remove the TUFLOW plugin simply delete the 'tuflow' folder from the QGIS plugin directory (you may need to close QGIS first):<br> | To manually remove the TUFLOW plugin simply delete the 'tuflow' folder from the QGIS plugin directory (you may need to close QGIS first):<br> | ||
<ol> | <ol> |
Revision as of 08:47, 7 March 2024
Introduction
If you are using QGIS as your model development or result viewing environment we strongly recommend installing the TUFLOW QGIS Plugin. It includes numerous tools to increase workflow efficiency. It also includes powerful result viewing functionality via its TUFLOW Viewer. This page describes the process of installing and using the Plugin.
Installation of Plugin
To enable the plugin please follow the instructions below:
- Download the plugin from the QGIS official repository, Plugins >> Manage and Install Plugins
- In the manager, search for "TUFLOW".
- Select TUFLOW, and "Install Plugin".
- Once enabled the plugin should be accessible from the Plugins >> TUFLOW menu item:
- Before using, check that the prerequisite python modules are also installed (see below).
Development Version
It's possible to test out the latest development version of the plugin and TUFLOW Viewer by following the instructions below:
Installing the Latest Development Version of the TUFLOW Plugin
Prerequisites
The TUFLOW plugin uses the following python modules which may need to be separately installed. These may have been installed with other software, to check if they are installed on your machine:
- Install the TUFLOW plugin (see instructions above)
- Open the TUFLOW plugin Plugins >> TUFLOW
- Check that the required dependencies are installed from the menu. TUFLOW >> About >> Check Python Dependencies Installed.
All going well you will get a notification to tell you that the required modules are installed. If not, you will be notified if you need to install either of the python modules below:
Please ensure QGIS / python is installed before installing the below.
- numpy (see http://sourceforge.net/projects/numpy/files/NumPy/1.6.1/numpy-1.6.1-win32-superpack-python2.7.exe/download)
- matplotlib (see http://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.1.0/matplotlib-1.1.0.win32-py2.7.exe/download)
Usage
Each function in the utility has a separate page documenting the usage.
The first step for a project is to create the project / save the settings with the Create or Configure TUFLOW Project tool. Subsequent tools rely on the information stored at this stage to work best.
Editing Tools
- Create or Configure TUFLOW Project
- Import Empty (template GIS file)
- Insert TUFLOW Attributes to Existing Layer
- Increment Selected Layer
- Reload Data
- Arch Bridge Editor
- Copy TUFLOW Command
Run Tools
Visualisation Tools
- TUFLOW Viewer (result visualisation toolkit)
- Applying TUFLOW styles
- Import Check Files From Folder
- Load TUFLOW Layers From TCF
- Filter and Sort TUFLOW Layers
- Apply GPKG Layer Names
- Apply Label to Current Layer
- Apply Stability Styling
Hydrology Tools
Integrity Tools
SWAN GIS Tools
For more information on SWAN GIS Tools please visit the following TUFLOW FV Wiki page: SWAN GIS Tools. Links to the individual tools on the TUFLOW FV Wiki area also provided below:
Processing Toolbox
- Convert TUFLOW Model GIS Format
- Package Model
- SWMM >> BC - Create channel endpoint 1D/2D connections
- SWMM >> Conduits - Assign losses
- SWMM >> Conduits - Assign node fields
- SWMM >> Convert - ESTRY layers to SWMM
- SWMM >> Convert - XPSWMM GIS inlet layers to SWMM
- SWMM >> GeoPackage - Add sections
- SWMM >> GeoPackage - Create
- SWMM >> GeoPackage - Create from SWMM inp
- SWMM >> GeoPackage - Write to SWMM inp
- SWMM >> Integrity - Make object names unique
- SWMM >> Junctions - Downstream junctions to outfalls
- SWMM >> Junctions - Set attributes
- SWMM >> Outfalls - Fix multiply connected links
If you encounter any issues with the plugin please contact support@tuflow.com.
Error While Upgrading Plugin
If you receive an error while trying to upgrade the TUFLOW plugin you may need to either:
- Restart QGIS and try upgrading the plugin again
- Manually remove the old version
Errors are most likely caused by an issue with deleting the old version of the plugin as some part of the plugin is still being used somewhere in memory (RAM) and locking permissions. This is a known issue that occur with the ReFH2 to TUFLOW tool in older versions of the plugin. Simply restarting QGIS and retrying the upgrade process should fix the issue.
Manually removing the TUFLOW plugin
To manually remove the TUFLOW plugin simply delete the 'tuflow' folder from the QGIS plugin directory (you may need to close QGIS first):
- Windows - %appdata%\QGIS\QGIS3\profiles\default\python\plugins
- Linux - /home/USER/.local/share/QGIS/QGIS3/profiles/default/python/plugins
Changelog
https://docs.tuflow.com/qgis-tuflow-plugin/changelog/
Up |
---|
Back to QGIS Tips Main Page |
Up |
---|
Back to Wiki Main Page |