Issue Extracting Data from ESO files and CSV-to-EPW Conversion Using Python [closed]
I've been attempting to automate some workflows using Python in combination with EnergyPlus. Specifically, I'm facing two main issues:
1.ESO file extraction: I'm trying to extract data from ESO files generated by EnergyPlus and convert them into CSV format using Python. However, all my attempts either result in empty CSV files or complete extraction failures.
2.CSV-to-EPW conversion: I have custom weather data in CSV format and need to convert these to EPW files for simulation use. After converting them with Python scripts, EnergyPlus simulations consistently fail.
I suspect the problems might be related to the specific Python libraries I've been using. Could anyone recommend reliable Python libraries or workflows that have worked successfully for these tasks?
Any guidance or examples would be greatly appreciated!
duplicate