htlcnn / ids_converter

Convert csv, xlsx to ids

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ids_converter

🔄 Convert xlsx file to ids

IDS converter is a converter of information requirements in xlsx (excel) files to the IDS standard (information delivery standard) developed by buildingSMART.

Many information requirements files are prepared in excel spreadsheet format (xlsx) and are based only on property requirements that the IFC file must have.

Of course, the IDS standard goes much further than that, providing an incredible amount of checks that can be done on the information in the model. However, based on the most common requirements used in the market, I created this small app to create an IDS file just for checking the properties that a model must have, being able to add a check of values that these properties must have, but only based on constraints of 'xs:pattern' (see IDs documentation on buildingsmart page)

Still in Beta version, for testing purposes, this app is open for use by anyone who wants to collaborate with the project.

Try on:

https://idsconverter.herokuapp.com/

TODO:

  • Include other types of restrictions accepted by the IDS;
  • Connection with bSDD;
  • Add a IDS validator
  • Add a BCF creator

For IDS documentation visit: https://github.com/buildingSMART/IDS

(IDS Converter uses Ifcopenshell)

Contact me:

Carlos Dias c.dias@carlosdiasopenbim.com

About

Convert csv, xlsx to ids

License:MIT License


Languages

Language:Python 94.7%Language:HTML 5.0%Language:Shell 0.3%Language:Procfile 0.1%