Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gsibenik authored Mar 10, 2020
1 parent 5e1f5a9 commit 0044182
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# IFC-Json-Converter
IFC Basic Converter is design to convertifc datafile to Json database with help of IFC Schema Specifications file.
#IFCtoJSON converter

IFC->JSON converter is designed to convert the IFC (industry foundation classes) datafile to JSON format with the help of IFC Schema Specifications.

Wikipedia describes IFC as datamodel with intention to describe architectural, building and construction industry data but even for a relativily small buildings amount of required data grows very fast. In order to contain data managable this converter was created. It assigns to values in IFC datafile apropriate descriptions and converts to clearer view in json database. It is also possible to extend converter to include nested objects which provides clearer relationship between IFC objects but creates significantly larger files.

0 comments on commit 0044182

Please sign in to comment.