LBNL-ETA / frads

Framework for lighting and energy simulation using Radiance and EnergyPlus
https://lbnl-eta.github.io/frads/
Other
19 stars 4 forks source link

Check EnergyPlus model validity using epjson schema #21

Closed taoning closed 1 year ago

taoning commented 1 year ago

Running or parsing invalid EnergyPlus model gives obscure error message that are difficult to figure out.

We should be able to check the validity of the epjson model against the schema before doing anything.

This would requires some 3rd party json schema validator, which can be problematic to maintain later on.