Metadata - dd-bim/City2BIM GitHub Wiki
Here you can store information directly in the IFC file. This means:
- project name (stored in entity: IFCProject)
- entity: IFCOwnerHistory represented by:
- Entity: IfcPersonAndOrganization
- organization (IFCOrganization)
- given name & family name (IFCPersion)
- Entity: IfcPersonAndOrganization
The following standards are currently supported.
- Input of all supported metadata.
- UUID will be generated (input is not available)
- Input of all supported metadata. Currently unavailable:
- export of Bounding Box
- Accuracy - horizontal / vertical
IFC property set: The first way is to store the metadata via IfcPropertySets.
JSON export: It is also possible to store the metadata in a separate JSON file, which can be used for further processing (for example: semantic web).