Hi - I have pulled in a gbXML file and successfully created a honeybee model and piped that to the ModelToOSM component.
When I examine the OSM file all the room names have disappeared and been replaced by generic “SPC1” etc. In Honeybee all the room names appear fine. I’ve never had this issue with a locally developed geometry, only with the gbXML workflow.
I studied the hbjson to try and see what is going on
It appears the “identifier” for each space is set to the generic “spc123” while the “display_name” field has the actual zone name i want (e.g. " “2_AC4_Core_Hallway 1”)
In other hbjson files the identifier and display name are very similar…
Is there a way I can force “identifier” to match “display_name”?
Thanks!