-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Hi, Thank you for sharing your ISO modeling code with rest of us.
I once played around the OpenStudio's own ISO simulation code(runIso.rb,osm2ism.rb,...)
It seems they have stoped developing ISO related functions. So, I am going to switch to your simulator.
NREL/OpenStudio#2345
But, the ism file which I have transtrated from *.osm using original "osm2ism.rb" does not work with your isomodel_standalone simulation.
It seems there are two versions of *.ism. V1 is original ism format and v2 is the new one.
(SmallOffice_v1.ism, SmallOffice_v2.ism in the test_data are the examples)
I can manually modify v1 output to v2 by looking at the error code of isomodel_standalone.
Is this the only way to convert *.osm to *.ism for the time beeing?
Thank you for your effort.