Commit Graph

48 Commits

Author SHA1 Message Date
Guille
2dcc19315b add platform document 2023-09-26 11:03:38 +02:00
Terence
d3d2c3cac2 Triggered Build: 60 - Update CERC Hub documentation to latest version of the Hub repository 2023-09-13 10:24:39 -04:00
a8e1932218 Update C++GUIDE.md 2023-09-12 12:38:29 -04:00
Terence
99badbdb5a Triggered Build: 59 - Update CERC Hub documentation to latest version of the Hub repository 2023-09-12 12:34:52 -04:00
Terence
6c848ebaf2 Triggered Build: 58 - Update CERC Hub documentation to latest version of the Hub repository 2023-09-04 10:58:54 -04:00
Terence
5fb957b1bd Triggered Build: 57 - Update CERC Hub documentation to latest version of the Hub repository 2023-08-29 01:50:45 -04:00
Terence
ca87354c3d Triggered Build: 56 - Update CERC Hub documentation to latest version of the Hub repository 2023-08-25 13:33:24 -04:00
Terence
0b3d6f590e Triggered Build: 55 - Update CERC Hub documentation to latest version of the Hub repository 2023-08-22 10:36:13 -04:00
Terence
aff14490eb Triggered Build: 54 - Update CERC Hub documentation to latest version of the Hub repository 2023-08-10 12:34:38 -04:00
Terence
b316f5f354 Triggered Build: 53 - Update CERC Hub documentation to latest version of the Hub repository 2023-08-10 11:40:40 -04:00
Terence
0709af046d Triggered Build: 52 - Update CERC Hub documentation to latest version of the Hub repository 2023-08-09 16:20:37 -04:00
Terence
9dea20368b Triggered Build: 51 - Update CERC Hub documentation to latest version of the Hub repository 2023-08-08 13:18:01 -04:00
Terence
8ec8d078c2 Triggered Build: 50 - Update CERC Hub documentation to latest version of the Hub repository 2023-08-08 13:02:50 -04:00
Terence
9f8cc0395d Triggered Build: 46 - Update CERC Hub documentation to latest version of the Hub repository 2023-08-03 12:31:37 -04:00
Terence
6ea5a76747 Triggered Build: 45 - Update CERC Hub documentation to latest version of the Hub repository 2023-08-03 12:16:31 -04:00
Terence
1aaae2da60 Triggered Build: 44 - Update CERC Hub documentation to latest version of the Hub repository 2023-08-02 16:31:07 -04:00
Terence
cbed46e555 Triggered Build: 43 - Update CERC Hub documentation to latest version of the Hub repository 2023-07-31 16:23:35 -04:00
Terence
c9a7ac629e Triggered Build: 42 - Update CERC Hub documentation to latest version of the Hub repository 2023-07-31 13:30:01 -04:00
Terence
0c705c0669 Triggered Build: 41 - Update CERC Hub documentation to latest version of the Hub repository 2023-07-31 13:11:58 -04:00
Terence
eeb001fde8 Triggered Build: 40 - Update CERC Hub documentation to latest version of the Hub repository 2023-07-28 11:27:54 -04:00
Terence
07540b4251 Triggered Build: 37 2023-07-28 10:42:39 -04:00
a784710fd3 Updated with a minor modification 2023-07-07 13:43:42 -04:00
aacc756805 Delete 'support_material/tutorial_2/main_level_2.py' 2023-07-07 13:42:27 -04:00
922523c0bf tutorial level_2 2023-07-07 10:37:19 -04:00
a75d01e22c Upload files to 'support_material/tutorial_0' 2023-06-19 09:54:01 -04:00
685be037b7 redefined tutorial 1 2023-06-09 11:38:46 -04:00
37ad7fae0d changed name to fit our stile 2023-06-08 11:25:57 -04:00
38418f9bd7 Merge remote-tracking branch 'origin/main' into main 2023-06-08 10:41:48 -04:00
9666c8fcb6 changed name to fit our stile 2023-06-08 10:31:10 -04:00
55bc87e68c Merge pull request 'Tutorials' (#1) from Tutorials into main
Reviewed-on: https://nextgenerations-cities.encs.concordia.ca/gitea/CERC/documentation/pulls/1
2023-06-08 10:30:29 -04:00
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
b8d208f2e4 Update 'C++GUIDE.md' 2023-04-26 10:10:55 -04:00
870cf7536c Update 'C++GUIDE.md' 2023-04-26 10:09:57 -04:00
caa28c27c2 Update 'C++GUIDE.md'
Correct indentation position
2023-04-19 11:17:26 -04:00
3f06f6f67a Update 'C++GUIDE.md'
add indentation section and correct header wards
2023-04-19 11:16:17 -04:00
28eee6ace7 Tutorial 0
Add the tutorial 0
2023-04-11 17:00:56 -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
Guillermo Gutierrez Morote
e3b2768d8f Merge branch 'Guille-main-patch-42108' into 'main'
Update Big_Book_of_Terminology.pdf

See merge request CERC/documentation!2
2023-03-06 17:34:17 +00:00
Guillermo Gutierrez Morote
70f477ecf1 Update Big_Book_of_Terminology.pdf 2023-03-06 17:34:04 +00:00
Guillermo Gutierrez Morote
49ff9e77ef Merge branch 'Guille-main-patch-79235' into 'main'
Add cerc-hub reference manual

See merge request CERC/documentation!1
2023-02-22 10:00:43 +00:00
Guillermo Gutierrez Morote
9af2cbc580 Add cerc-hub reference manual 2023-02-22 10:00:02 +00:00
Guillermo Gutierrez Morote
51372ae6a5 Upload New File 2022-11-14 19:15:37 +00:00
Guillermo Gutierrez Morote
8466665e17 Upload New File 2022-11-11 16:18:48 +00:00
Guillermo Gutierrez Morote
bfef262727 Update README.md 2022-11-11 16:18:03 +00:00
Guillermo Gutierrez Morote
f9b2b7657f Initial commit 2022-11-11 16:16:57 +00:00