epanetReader
epanetReader copied to clipboard
Read text files in Epanet's .inp and .rpt formats into R
Results
5
epanetReader issues
Sort by
recently updated
recently updated
newest added
Calling `read.inp()` on an inp file that does not have [END] at the end fails with the rather cryptic error: ``` Error in rg[1]:rg[2] : NA/NaN argument ``` The error...
bug
So far the package reads text files in EPANET's .inp and .rpt formats. EPANET can also create a binary file of simulation results. Would parsing this be useful?