In level 1, the two following files are added:
1. FZK-Haus-LoD2-KIT-IAI-KHH-B36-V1.gml: A geometry file used to create the city (input).
2. main_level1.py: The main code to assign archetypes to buildings based on their function and construction year.
In level 1, the two following files are added:
1. FZK-Haus-LoD2-KIT-IAI-KHH-B36-V1.gml: A geometry file used to create the city (input).
2. main_level1.py: The main code to assign archetypes to buildings based on their function and construction year.
Level0 will walk you through:
* Install PyCharm: It is a python editor that we use.
* Install miniconda: It is a package and environment manager for python.
* Set up an environment and install Cerc-hub.
* Basic geometry import
* Export back to .obj format
The three files included in this commit are:
1. main.py: the final code created in the tutorial level0 pdf.
2. FZK-Haus-LoD2-KIT-IAI-KHH-B36-V1.gml: A geometry file used to create the city (input).
3. Unknown.obj: An export of the city to obj (output).