Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

Revision history [back]

A few considerations that may help you:

  1. Newer versions of EnergyPlus can produce native CSV (rather than producing ESO, which is converted to CSV). You can enable this by using OutputControl:Files,Yes; in your IDF. See here for example for more information.

  2. You might consider using an existing EPW generation tool. For example, there is Elements and also several python products -- pyepw (it hasn't been updated in a while but there are some recent forks like here), diyepw, and epw.

Maybe other users will provide additional suggestions.