PyTuflow
Revision as of 14:43, 8 February 2019 by Ellis Symons (talk | contribs) (Created page with "=Class: ResData= Class for TUFLOW time series results. Initialised as an empty object, or with results with a *.tpc in TUFLOW 2016 release and later or *.info in TUFLOW 2013...")
Class: ResData
Class for TUFLOW time series results.
Initialised as an empty object, or with results with a *.tpc in TUFLOW 2016 release and later or *.info in TUFLOW 2013 release.
import pytuflow as tu res = tu.ResData() # initialising as an empty object res = tu.ResData('M01_5m_001.tpc') # initialising with results