PyTuflow: Difference between revisions

From Tuflow
Jump to navigation Jump to search
Content deleted Content added
No edit summary
Line 1: Line 1:
=Introduction=
=Introduction=
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.
PyTUFLOW is a package of Python tools for extracting TUFLOW Classic and HPC time series results. It can be used to automate output tasks such as checking model health, goodness-of-fit for model calibration, viewing on-the-fly model output (used in conjunction with <tt><font color="blue">Write PO Online</font> <font color="red">==</font> ON</tt>), and high-volume output plotting from production runs.<br><Br>
For worked examples demonstrating the use of PyTUFLOW, register for the free <u>[https://www.tuflow.com/training/training-catalogue/tt004e-introduction-to-python-for-tuflow-elearning/ Introduction to Python for TUFLOW]</u> eLearning Course.


=Latest Documentation=
=Latest Documentation=
Follow the link for the latest documentation <u>[https://docs.tuflow.com/pytuflow/ pyTUFLOW]</u>.
Follow the link for the latest documentation <u>[https://docs.tuflow.com/pytuflow/ PyTUFLOW]</u>.


=Archive Documentation=
=Archive Documentation=
Guidance for earlier version of pyTuflow can be accessed via the following link: <u>[[PyTuflow_Archive| PyTuflow_Archive]]</u>.
Guidance for earlier version of PyTuflow can be accessed via the following link: <u>[[PyTuflow_Archive| PyTuflow_Archive]]</u>.


<br>
<br>

Revision as of 16:26, 17 December 2025

Introduction

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.

Latest Documentation

Follow the link for the latest documentation PyTUFLOW.

Archive Documentation

Guidance for earlier version of PyTuflow can be accessed via the following link: PyTuflow_Archive.


Up
Back to Wiki Main Page