Skip to content

sogelink-research/ifc-meta-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ifc-meta-extractor

Extract metadata from an IFC file using IfcOpenShell and save it to a JSON file.

Dev

Setup a virtual environment and install the package in editable mode.

python -m venv venv
source venv/bin/activate
pip install -e .

Running ifc-meta-extractor

Extract metadata from an IFC file and save to a JSON file.

usage: ifc-meta-extractor [-h] -i INPUT -o OUTPUT

Process Extract IFC metadata to JSON

options:
  -h, --help                    Show this help message and exit
  -i INPUT, --input INPUT       Path to the input IFC file.
  -o OUTPUT, --output OUTPUT    Path to the output JSON file.

Example

ifc-meta-extractor -i ./data/my_file.ifc -o ./output/my_file_metadata.json

About

Extract metadata from IFC files to a JSON file

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages