Tutorials #1

Merged
g_gutierrez merged 5 commits from Tutorials into main 2023-06-08 10:30:29 -04:00

5 Commits

Author SHA1 Message Date
11f2a70c74 reorganized structure 2023-06-08 10:23:15 -04:00
34e2d598b9 Level1
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.
2023-04-30 18:01:56 -04:00
ee84b6b6d4 Deleted level1 file 2023-04-30 18:00:27 -04:00
cf35eb3975 Level1
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.
2023-04-30 17:44:48 -04:00
0979f2b96a Level0
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).
2023-04-11 13:37:55 -04:00