Welcome to PyTUFLOW’s documentation!#
PyTUFLOW is a library that acts as an API for your TUFLOW model. It allows easy interaction with the model results, contains a number of useful utilities for building TUFLOW models, and contains some useful parsers for files within the TUFLOW eco-system.
Check out the Usage section for further information, including how to install the project.
Changelog#
1.0.1#
Fixed a bug that would incorrectly flag
1d_nwkQchannel curve references (the reference to the pit database name) as files and then flag the file as missing.Fixed a bug for 1D results where if the
"section/3d"filter was passed into thedata_types()orids()methods, the return value would incorrectly return populated lists. The return is now an empty list since 1D results do not have any 3D results.
1.0.0#
First full release of PyTUFLOW.