RayLTL

Results 11 comments of RayLTL

@jennwuu Thanks for ur reply,The version of swmm5.exe is 5.1.012. I tried ur code and get the same result. I want to get output file and use **_swmmtoolbox_** read the...

@jennwuu **version:** swmmtoolbox==3.3.5 pyswmm==1.0.1 **Files:** [Example1.zip](https://github.com/OpenWaterAnalytics/pyswmm/files/7759697/Example1.zip)

@jennwuu [Example1_inp.zip](https://github.com/OpenWaterAnalytics/pyswmm/files/7759713/Example1_inp.zip)

@jennwuu can u show ur result of **f_pyswmm.names** , I dont know why there is no "subcatchment、node、link". I want to use swmmtoolbox to analysis,for example , use machine learning to...

> @RayLTL I tried opening the .inp file you provided in PCSWMM and I can't seem to open the file. Can you confirm if you are able to open it...

@jennwuu I use ur **model_pollutants.inp** by pyswmm and swmm.exe . I get the same results and the size of .out file is both 40.1KB. ``` swmm5_binfile = './data/swmm5_model_pollutants.out' pyswmm_binfile =...

@jennwuu I use **EPA SWMM 5.1.015** run Example1.inp,here is result: [Example1_out_EPA SWMM 5.1.015.zip](https://github.com/OpenWaterAnalytics/pyswmm/files/7760469/Example1_out_EPA.SWMM.5.1.015.zip) ``` epaswmm_binfile = './data/Example1_epaswmm.out' f_epaswmm = sw.SwmmExtract(epaswmm_binfile) type_dic = dict(zip(range(len(f_epaswmm.itemlist)), f_epaswmm.itemlist)) print(type_dic) print(f_epaswmm.names) ``` The results is...

@jennwuu https://www.epa.gov/water-research/storm-water-management-model-swmm If ur free , maybe u can download the **Self-Extracting Installation Program for SWMM 5.1.015 (exe)** to run Example1.inp

@jennwuu I add parameters you provide, and it works! Thanks, but do you know why ? I know pyswmm can get the data, but if I dont know the names...