Run Weather Statistics and Conversions tool (EnergyPlus) from Python
I made some epw files with python and I need to run them with the Wheather Statistics and Conversions tool to be able to run the E+ simulation.
Is there a way to run it from a python script?
I need to do it more than 500 times.
if they are .epw files, why do you need to convert them? if they are not in the required format for e+, perhaps it will be easier to fix that using your python method, rather than find a way to batch run the e+ weather utility...?
Because I created an epw file with a couple of errors I couldn't fix: the weather converter fixed them automatically. Finally, I was able to find the error so it works. Secondly I was also interested to ddy audit and stat files...
Are you talking about Weather.exe?
@JasonGlazer: I bet he is indeed talking about https://github.com/NREL/EnergyPlus/tr... (bonus question that I have: why are these utilities in "/bin/" already compiled? They become blackboxes, atop of only being usable on windows. Are these non open-source or just old?)
Yes, the executable file should be "weather.exe"