TUFLOW Viewer

From Tuflow
Jump to navigation Jump to search

TUFLOW Viewer replaces Crayfish and TUPLOT as the TUFLOW result viewer for QGIS (version 3.6 onwards). It uses the Mesh Data Abstraction Library (MDAL) available in QGIS to display and interact with TUFLOW map output results, and the TUFLOW results python library (the same library used by TUPLOT in earlier versions of QGIS) for viewing TUFLOW time series results.


Getting Started

QGIS Version

A few notes on the recommended QGIS version:

It is recommended to use the latest version of QGIS. The reasons for this are:

  • TUFLOW Viewer is developed using the latest version, and although backwards compatibility is maintained as best as possible, TUFLOW Viewer is tested more frequently on the latest QGIS version.
  • The mesh data provider (MDAL) and the temporal controller (which now underpins the mesh datasets in QGIS) are both relatively new in comparison to other libraries (e.g. GDAL) and are therefore more regularly updated with new features, enhancements, and bug fixes by the QGIS developers. TUFLOW Viewer takes advantage of these updates.

Although TUFLOW Viewer has been developed to be consistent across QGIS versions, it is not always possible. Some QGIS developments and behaviour changes have led to TUFLOW Viewer behaviour also changing either through necessity or to keep in-line with the QGIS development direction. The below is a current list of known behaviour changes due to QGIS version:

  1. Date-time format within TUFLOW Viewer - QGIS 3.14 introduced the temporal controller
    • Prior to QGIS 3.14, TUFLOW Viewer stored all results internally as relative time. The user could display as date-time and the reference time by changing Zero Date in Settings >> Options.
    • QGIS 3.14, TUFLOW Viewer tried to mimic the behaviour of previous versions but the reference time could also be altered natively in the mesh layer Properties. Note on this version, this is the first QGIS release with the temporal controller and as a consequence some of the functionality matured and changed in subsequent versions. Users may experience strange behaviour when using TUFLOW Viewer with the QGIS 3.14 if using date-time format. It is recommended to upgrade to later versions of QGIS if date-time format is required.
    • Post QGIS 3.14 TUFLOW Viewer stores all results internally as absolute time and the user must change the reference time in the native properties of the mesh layer to alter the dates being displayed. Zero Date now only changes how the relative time is displayed in TUFLOW Viewer and doesn't change the mesh layer reference time.
    • Please follow the link below on how to use isodate (date-time) format in TUFLOW Viewer in QGIS 3.16+ (recommended minimum version if using date-time format): Working With Isodate (Date-Time) format.


Other Known Issues

  • QGIS 3.24 uses Matplotlib v3.5.1 which contains the following known bug which may affect users when re-labelling datasets within the TUFLOW Viewer plot window:
TUFLOW Viewer - Matplotlib v3.5.1 bug
  • "ValueError: Failed to find font DejaVu Sans:style=normal:variant=normal:weight=normal:stretch=normal:size=10.0, and fallback to the default font was disabled"
TUFLOW Viewer - Matplotlib Font Error

Installation or Version Upgrade

Installation

TUFLOW Viewer is a free tool that comes as part of the TUFLOW plugin in QGIS. For instructions on how to install the plugin, please follow these steps: Installation of Plugin.
There are also instructions on installing plugins in the QGIS documentation - if you choose to follow the QGIS documentation, the plugin is called "TUFLOW" in the repository: Link to QGIS Documentation - Installing and Managing Plugins.

Plugin Upgrades

It's recommended to upgrade the plugin whenever a new version is released. The upgrade process is typically done via the Plugin Manager (QGIS Drop Menu: Plugins >> Manage and Install Plugins).
TUFLOW Plugin Update.JPG

If you encounter an error while upgrading the plugin please follow these steps: Error While Upgrading Plugin .

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

Using TUFLOW Viewer

Opening the TUFLOW Viewer

After installing the QGIS TUFLOW plugin, the TUFLOW Viewer tool can be opened by clicking the following icon in the plugin toolbar:
TUFLOW Viewer In Toolbar.PNG.

Loading Results

TUFLOW simulation results can be loaded several ways:

  1. Select File >> Load Results from the TUFLOW Viewer drop down menu.
    TUFLOW Plugin Load 1.jpg
  2. Right Click in the Open Results panel and select Load Results.
    TUFLOW Plugin Load 2.jpg

Using either of the above methods, the following result load options are available:

  1. Load All Results --> This is done via a TCF, TLF, or FVC (TUFLOW FV) file and will load in all results (Map Outputs and ESTRY Time Series).
  2. Load Results - Map Outputs --> Select map output mesh results file (*.xmdf, *.dat, *.2dm, *.xmdf.sup, *.dat.sup, *.nc (supports netCDF format from TUFLOW FV output only)).
  3. Load Results - Time Series --> Select ESTRY / SWMM time series output results (*.tpc *.gpkg).
  4. Load Results - Flood Modeller Time Series --> Load Flood Modeller results. This requires a *.gxy and result *.csv file to be exported from Flood Modeller.
  5. Load Results - Particle Tracking Module --> Select output from particle module (*.nc) which will typically be suffixed with _ptm.
  6. Load Results - NetCDF Grid --> Load TUFLOW NC or HRNC map output results.
  7. Import 1D Hydraulic Tables --> Select a _1d_ta_tables_check.csv check file.
  8. Import 2D BC Tables --> Select a _2d_bc_tables_check.csv check file.
  9. Import 1D ESTRY Cross-Sections --> This will automatically happen if an appropriate TUFLOW input is opened in QGIS while TUFLOW Viewer is open (e.g. 1d_xs).
  10. Importing a User Defined Time Series Dataset To Display In The Plot Window
  11. Loading Results While TUFLOW is Running

Troubleshooting
If you receive an error similar to that shown below when attempting to load results from a TCF you will need to fix the encoding of your TUFLOW control files:

UnicodeDecodeError: 'utf-8' codec can't decode byte 0x92 in position 626: invalid start byte

This error is caused by incompatible encoding of the TUFLOW control files. You can resolve this issue by changing the encoding of all your TUFLOW control files to a single type (typically UTF-8). You can do this using Notepad++. Please see the following link for instructions on how to do this (refer last image): TUFLOW Message 0060.

TUFLOW-SWMM Results

Results from a linked TUFLOW-SWMM model can be loaded via the standard menu options (available from the TUFLOW plugin version 3.10):

  • Load Results - Time Series to load the GPKG time series format (_swmm_ts.gpkg) by itself. The GPKG time series format is a new format similar to the .tpc with some additional functionality. More information can be found in the GPKG Time Series Format section.
  • Load Results - Map Outputs to load in 2D map output results
  • Load Results to load all available results from the model. This includes .xmdf, .tpc, and .gpkg results which could all be available for a given model run. Note that .tpc and .gpkg are both time series type results and will load separate GIS _PLOT_ layers.

GPKG Time Series Format

The GPKG time series format is a new format similar to the .tpc with enhanced temporal functionality. Currently the GPKG time series format is only supported as an output from SWMM in TUFLOW-SWMM linked models and only supported in TUFLOW Plugin version 3.10+ and QGIS 3.16+.

The GPKG format is different from the TPC format as it supports temporal styling in QGIS. As an example, the line width of the channels can be varied by both time and flow, with wider lines showing higher flow than thinner lines at a particular timestep. The format is fully compatible with the QGIS temporal controller and reacts dynamically as the temporal controller is updated. This results in a dynamic, and intuitive, method of showing the user the flood progression in the 1D system. Another benefit of being compatible with the core QGIS temporal capabilities is that the styling will also be dynamically updated if included in an animation export. TUFLOW Viewer's animation export tool has been updated to enable GPKG results to be exported with 2D results or even by itself.

The layer's styling can be automatically set using the TUFLOW Plugin via the layer's right-click context menu (under the TUFLOW submenu) or will automatically by styled if the results are loaded via TUFLOW Viewer. Examples of this format in QGIS are linked below:

The GPKG time series format is an open format and the specification is detailed at the below link:

Data Selection, Display and Styling

Map Output

Map Outputs are the time varying 2D result outputs from TUFLOW (or 3D outputs from TUFLOW FV). Data selection, display, styling and plotting instructions for Map Output results in TUFLOW Viewer are described below:

  1. Load Map Output results either via:
    1. Load All Results, or
    2. Load Results - Map Outputs
  2. Reload Results --> Reload and update results
  3. Change Simulation Result Selection --> Changing between different simulation results is done by selecting the result name(s) in the 'Open Results' widget.
  4. Change Result Type Selection --> Changing between different result types is done using the 'Result Type' widget.
  5. Display Result Maximum --> If available, maximums can be toggled on/off for the different result types.
  6. Display Vectors --> Vector results can be displayed in combination with any of the scalar result types (e.g. velocity vectors can be displayed with depth).
  7. Style Scalar Map Outputs --> Styling scalar map output results is similar to styling raster layers in QGIS.
  8. Style Vector Map Outputs --> Similar to the styling the scalar map outputs, there are a range of options for styling the vector layers.
  9. Save Default Styles --> Users can save default styles for result types so they are automatically applied each time results are imported using TUFLOW Viewer.
  10. Display The Mesh --> The quickest way to toggle the mesh is to click the grid box in TUFLOW Viewer.
  11. 3D to 2D Depth Averaging --> For 3D map output results, the 3D to 2D depth averaging method can be changed in the layer properties.
  12. Lock/Unlock Output Time Steps from Different Result Datasets --> Locking Plot Output Timesteps to the Map Output Interval.
  13. Working With Isodate (Date-Time) Format --> View results using absolute time format (dd/mm/yyyy hh:mm:ss) instead of relative time format (hh:mm:ss).
  14. Map Output Plot - Plotting Time Series --> Plotting Map Output results.
  15. Map Output Plot - Plotting Cross-Sections and Longitudinal Profiles --> Plotting Map Output results.
  16. Map Output Plot - Plotting Flow --> Plotting Map Output results.
  17. Map Output Plot - 3D Curtain Plot --> Plotting Map Output results.
  18. Map Output Plot - 3D Vertical Profile --> Plotting Map Output results --> Plotting Map Output results.
  19. Map Output Plot - Plotting 3D to 2D Depth Averaged Time Series --> Plotting Map Output results.
  20. Map Output Plot - Plotting 3D to 2D Depth Averaged Cross-Sections --> Plotting Map Output results.
  21. Map Output Plot - Plotting From Vector a Layer (e.g. shp file) --> Plotting Map Output results.


MapOutputs HeaderImg.PNG

Time Series Output

Time series outputs are typically 1D result outputs or 2D time series results (plot outputs or reporting locations). Time series results consist of two elements, the result datasets and GIS layers that the user can interact with to customise the plot selection in TUFLOW Viewer.

  1. Load time series output results either via:
    1. Load All Results, or
    2. Load Results - Time Series for TUFLOW models, or:
    3. Load Results - Time Series Flood Modeller for TUFLOW linked Flood Modeller 1D models.
  2. Time Series Output - GIS Data
  3. Time Series Output - Plotting Time Series
  4. Time Series Output - Plotting Longitudinal Profiles
  5. Identifying Selected Elements and Selecting Sub-Sets
  6. Plotting 1D Cross-Section Inputs (with / without results)
  7. Plotting 1D Hydraulic Table Check Files
  8. Extracting Median and Mean Time Series - Australian Rainfall and Runoff
  9. Plotting 1D Flow Regime
  10. Plotting 2D Boundary Condition Tables
  11. Lock/Unlock Output Time Steps from Different Result Datasets
  12. Working With Isodate (Date-Time) Format


TimeSeries HeaderImg.PNG

Particle Tracking Output

  1. Particle Tracking Outputs
  2. Working With Isodate (Date-Time) Format
  3. Lock/Unlock Output Time Steps from Different Result Datasets

Particles HeaderImg.PNG

General Plot Display Options

  1. Summary of Plotting Toolbar Options
  2. Using a Secondary Axis
  3. Using a Date Axis
  4. Displaying the Current Time
  5. Customising The Legend
  6. Customising The Plotting Styles
  7. Customising The Plot Axes
  8. Plot Grid Line Display
  9. Importing a Custom Colour Ramp For The Curtain Plot
  10. Navigating And Querying The Plot
  11. Auto Update Plot From Cursor Location
  12. 3D Mesh Vertical Layer Display
  13. Hiding the Plot Window
  14. Customising the Plot Background Colour
  15. Setting the Default Font Size For the Plot
  16. Lock/Unlock Output Time Steps from Different Result Datasets
  17. Changing the Icon Size
  18. Settings Options

Plotting HeaderImg.PNG

Exporting Data, Plots, Maps and Animations

TUFLOW Viewer offers the ability to export data interegation points/lines, maps, plots and animations:

  1. Exporting An Animation
    Animation cover.gif
  2. Exporting and Copying a Plot
  3. Exporting The Drawn GIS Plot Points / Lines
  4. Batch Exporting Maps
  5. Batch Exporting Plots
Maps Cover Image.PNG

Python Error Troubleshooting

Occasionally the TUFLOW plugin will throw an exception and this will produce a Python Error which is displayed either as a yellow banner at the top of the map window or a window may appear stating than an 'Error has occurred while executing Python code'.
PythonError.PNG
When this occurs it means that the TUFLOW plugin has encountered something unusual or a situation that it does not know how to handle (i.e. it has reached a line in the code that has failed to execute and as a consequence Python has bailed out). This means all the code below this point that was meant to execute has not. This can have knock-on consequences as variables may not exist or be set to incorrect values and signal handling (e.g. what happens when a menu item is clicked) may be broken. As such, a python error can lead to further python errors that would normally not have occurred. Because of this flow-on effect the first python error is usually the most important.

If you encounter a python error please:

  1. Email the Stack Trace to support@tuflow.com with a description of the steps that produced the python error (as best you can describe it). This is to help us identify bugs and fix the plugin so that it catches this exception in the future.
  2. If you find that you are now experiencing further python errors (probably caused by the initial error) you can try the following alternative in order of severity (least to worst):
    1. On the TUFLOW Viewer menu bar File >> Reload TUFLOW Viewer - this will reload TUFLOW Viewer, resetting all variables and signals. You will be required to load in any time series results again and other settings may also be reset. Map output results will remain in the workspace and be reloaded into TUFLOW Viewer.
    2. Save the QGIS workspace (.qgz) and restart QGIS.
    3. Restart QGIS - you can save the workspace (.qgz), however you should first select on the TUFLOW Viewer menu bar File >> Close TUFLOW Viewer Completely - this will close the Viewer and also remove all settings associated with it from the workspace so that the problematic variable is not accidentally reloaded with the workspace.
    4. The last resort option is to restart QGIS and load and create a new workspace from scratch (do not load a saved workspace).


Up
Go-up.png Back to TUFLOW QGIS Plugin Main Page




Up
Go-up.png Back to Wiki Main Page