Weather statistics file is blank


I used the templated Honeybee project even to make sure that it was not something specific with my model or script, the output table is blank. And just to clarify, the stat file is in the same location as the epw file. Also the same happens in OpenStudio, same output, everything is there except for the weather stats. Also this has been tested for multiple locations and weather files, same output.

Hey @Mo ,

I don’t know much about that section of the E+ HTML report.

Was this chart in the E+ summary ever anything different than what you show in your screenshot? That is, was there some change that we might have made, which caused this chart to be blank?

Hey @chris , thanks for replying. That section of the report was usually populated in older versions. Since I upgraded to the new OpenStudio and I wanted to run the ASHRAE 90.1-2019 PRM measure (Getting Started : OSSTD doc) I get an error in translation after the successful simulation and generation of the baseline JSONs “Python310\site-packages\energyplus_rpd\translator.py”, line 392, in add_weather
climate_zone = rows[‘ASHRAE Climate Zone’][0]
KeyError: ‘ASHRAE Climate Zone’" upon investigation I found that table missing from the outputs and it seems like the measure is calling it out

Thanks for clarifying, @Mo .

This seems like a limitation of all of the new changes that we made to the OpenStudio workflows. I should be able to fix it if I can understand it better.

We try to assign the ASHRAE climate zone using the STAT file next to the EPW in this part of the new “Model to OSM” component:

… and, if it doesn’t get assigned there, it is supposed to be set by looking over the timeseries data in the EPW:

Can you share the URL to the weather data that you are using so that I can see if I can recreate your issue?

Hey @Mo ,

I just ran a test with setting everything back to OpenStudio 3.7 and, as far as I can tell, that “Weather Statistics File” table has always been empty for all versions of Ladybug Tools.

If you have any ideas for how we can get it to work, I’m happy to implement them.