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

Revision history [back]

I've found the following epw file parsers:

python

javascript

  • lmnarchitects (in page resources, need to open a DOM inspector to get to it)
  • I made one for a weather file visualization tool I'm working on: (https://www.dropbox.com/s/qvvxptplkan5g2f/epw2json.js?dl=0). I'll post a github link once it's a bit more developed.

There are also some tools in the OpenStudio ruby SDK.

Haven't found any opensource C# or C++ ones yet. Seems pretty straightforward. Just reference the epw.idd.

I've found the following epw file parsers:

python

javascript

  • lmnarchitects(EDIT): I made an epw2json (in page resources, need to open a DOM inspector to get to it)
  • I made one script for a weather file visualization tool I'm working on: (https://www.dropbox.com/s/qvvxptplkan5g2f/epw2json.js?dl=0). I'll post a github link once it's a bit more developed.epwvis.

There are also some tools in the OpenStudio ruby SDK.

Haven't found any opensource C# or C++ ones yet. Seems pretty straightforward. Just reference the epw.idd.