First time here? Check our help page!
3

OpenStudio standards in OSM models by default

Dear all,

We would like to be able to have all the data (constructions, schedules, space data) in the “OpenStudio_Standards” JSONs be written out to any OSM model which we write out, regardless of which construction is selected for the model.

Is there existing code to do this?

Any help would be most appreciated!

Thank you!

antonszilasi's avatar
1.5k
antonszilasi
asked 2017-05-09 17:32:52 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

4
ericringold's avatar
10.6k
ericringold
answered 2017-05-09 18:06:05 -0500
edit flag offensive 0 remove flag delete link

Comments

The OpenStudio Standards Documentation might also be helpful.

MatthewSteen's avatar MatthewSteen (2017-05-09 21:51:13 -0500) edit

@MatthewSteen @Eric Ringold Thankyou! Its great to know that there is a API to do this, I would actually like to call this API from IronPython (I am writing some extensions to Honeybee) forgive me for the noobie question here but can this gem be converted to a dll?

Or does it make sense to use a DLR described here.

antonszilasi's avatar antonszilasi (2017-05-10 07:51:13 -0500) edit

@antonszilasi OpenStudio measures (even though they are written in Ruby) can be called from the CLI via Python, so you could for example run the Space Type and Construction Set Wizard gather loads, constructions, and schedules from openstudio-standards for a specific climate zone, building, type, and template(standard/vintage)

David Goldwasser's avatar David Goldwasser (2017-05-10 12:18:38 -0500) edit
add a comment see more comments