Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Curiosit committed Oct 11, 2022
1 parent 399454e commit fa27275
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
IfcJsonLcabygParser is a Python script for automatical creating material takeoff from a properly exported IFC2X3 file, and converting that to JSON file format, to finally import into danish LCAByg program for calculating Carbon Footprint of buildings.

# Requirements
IfcOpenShell (https://github.com/IfcOpenShell/IfcOpenShell)
JSON
Pandas
Numpy
uuid
- IfcOpenShell (https://github.com/IfcOpenShell/IfcOpenShell)
- JSON
- Pandas
- Numpy
- uuid

notebook.yml shows my current configuration of the python environment.
notebook.yml shows my current working configuration of the python environment with package versions.

2 own libraries are being used here, both partially based on external code:
ifcHelper.py
Expand Down Expand Up @@ -38,10 +38,10 @@ You need to setup engine.yaml file in your main LCAByg folder. The path to "IfcJ


# Important sources:
https://github.com/johannesmichael/ifc-python/blob/master/modules/ifc_pset_utils.py
https://thinkmoult.com/using-ifcopenshell-parse-ifc-files-python.html
https://github.com/johannesmichael/ifc-python/blob/master/modules/ifc_pset_utils.py
https://www.kaggle.com/code/ponybiam/introduction-to-ifcopenshell-functions/notebook
https://blenderbim.org/docs-python/ifcopenshell-python/hello_world.html
- https://github.com/johannesmichael/ifc-python/blob/master/modules/ifc_pset_utils.py
- https://thinkmoult.com/using-ifcopenshell-parse-ifc-files-python.html
- https://github.com/johannesmichael/ifc-python/blob/master/modules/ifc_pset_utils.py
- https://www.kaggle.com/code/ponybiam/introduction-to-ifcopenshell-functions/notebook
- https://blenderbim.org/docs-python/ifcopenshell-python/hello_world.html


0 comments on commit fa27275

Please sign in to comment.