xBimTeam / XbimExchange

XbimExchange contains several COBie schemas and serialisation functions as well as the Model Validation library adopted by theNBS digital toolkit.
https://xbimteam.github.io/
Other
46 stars 42 forks source link

How can i get cobielite json file from Cobie xlsx file? #48

Open castronelson opened 4 years ago

castronelson commented 4 years ago

Hi, Sorry I confused with Cobie files. and also XbimExchange project

Could you please say how to get Cobielite json file from Cobie xlsx file.

Because i need to make semantic structure from that Cobielite json.

Big thanks in advance.

castronelson commented 4 years ago

okay, i am sorry. Could you please suggest any solution to get cobielite json file from Cobie xlsx file

andyward commented 4 years ago

I'd recommend you take a look at this windows app

https://github.com/xBimTeam/XbimExchange/tree/master/Xbim.Exchange

it lets you convert between pretty much any one of IFC, CobieXLS, CobieLite and XBIM formats (Like COBieExpress. The code will be in Xbim.Exchanger

You may need to do multiple steps. E.g. XLS=> IFC & then IFC=> COBieLite

castronelson commented 4 years ago

okay thank you.