-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
simplification of header #4
Comments
I am still not a big fan of the header, as I think that it is content that belongs in a file system, not inside a file. That being said, if we indeed keep the header, your suggested changes look good, and it is fine to include them. I would additionally:
|
I think it's a good idea to minimize header information as much as possible and like to replace the explicit "header" part with some file-describing meta-data.
agreed
agreed
agreed
agreed, but that essentially rules out sketchup for generating any IFC JSON data for the time being. |
Proposal for exchange of IFC JSON for a complete model (for snippets, just the contents of "data"):
|
+++ fully agree |
Until now I have been creating (optional) headers for IFCJSON files like this:
I propose to change it to something like this:
Where I added a main "type", and flattened the "header" section.
That main type could be mandatory because it tells a parser that it can expect "ifcjson" data.
The STEP style file_description, file_name and file_schema could also be further flattened or simplyfied by stripping the "file_".
The text was updated successfully, but these errors were encountered: