Tutorials #1

Merged
g_gutierrez merged 5 commits from Tutorials into main 2023-06-08 10:30:29 -04:00
Member
No description provided.
p_monsalvete added 5 commits 2023-06-08 10:23:31 -04:00
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).
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.
g_gutierrez merged commit 55bc87e68c into main 2023-06-08 10:30:29 -04:00
g_gutierrez deleted branch Tutorials 2023-06-08 10:30:33 -04:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: CERC/documentation#1
No description provided.