ifcJSON icon indicating copy to clipboard operation
ifcJSON copied to clipboard

Repository containing the specification for IFC.JSON

Results 12 ifcJSON issues
Sort by recently updated
recently updated
newest added

Greetings! When testing and validating an IfcJSON file that had already an expected error inside, the schema_validator.py actually pointed out that it was a valid ifcJSON. The code with an...

Hello, Tried to follow the instructions to test ifcJSON with the conda environnement : - Clone this repository - Conda env(create, activate install forge & ifcopenshell) - cd to ./file-converters...

Hi ,thx for the great work,I have some observation to IFCJSON Why is Ifc site, Ifc Entity and propert set are under the same array, in the IFC 4 documentation...

Hello everyone, I can't found any information about how to convert the IFC EXPRESS Schema to the JSON Schema, it is available ? @janbrouwer thanks

Converting 100mb ifc file to JSON using ifc2json.py with geometry disabled. Currently at ~10mins with no user feedback as to whether it has stalled, broken, or is happily still working....

I want to find ifcjson schema or documentation like https://www.cityjson.org/about/. CityJson's online documentation introduces this new format in detail and provides actual cases and online visual analysis tools. Does Ifcjson...

I'm trying to run json2ifc with a simple json test file, to convert it to ifc. I get an error: ``` json2ifc.py", line 28, in ifc_json = ifcjson.JSON2IFC(jsonFilePath) AttributeError: module...

For clarity, recommending we consolidate other still-relevant repos into this one to create a clear focal point for IFCJSON work. Specifically recommending: - moving the latest JSON Schema and associated...

Until now I have been creating (optional) headers for IFCJSON files like this: ``` { "header": { "file_description": { "description": "ViewDefinition [CoordinationView]", "implementation_level": "2;1" }, "file_name": { "name": "7m900_tue_hello_wall_with_door.json", "time_stamp":...

We had a discussion some time ago about the "data" section in IFCJSON, and if it was necessary. I believe we made the choice that it was optional for snippets...