-
Notifications
You must be signed in to change notification settings - Fork 15
Workshop: General information
kais-siala edited this page Mar 12, 2020
·
8 revisions
- Duration: 3 hours
- Number of participants: up to 8, plus organizer
- Room equipment: White board or flipchart, TV screen or projector
- T0 Introduction and expectations (20 min)
- T1 What the tool can do (20 min)
- T2 Workflow and algorithm (45 min)
- Break (10 min)
- T3 User settings, database (40 min)
- T4 Documentation (20 min)
- T5 Open questions (25 min)
For an active participation, we recommend that you...
- install conda, choose a directory where you would like to have the repository and start a command promt there
- clone the repository on your computer:
$ ~\directory-of-my-choice> git clone https://github.com/tum-ens/pyGRETA.git
- install the environment (warning: eventually edit the prefix to point to your conda envs folder)
$ cd pyGRETA\env\
$ conda env create -f ren_ts.yml
$ conda activate ren_ts
- download the folder with the examples to be used in the workshop and put it in the same folder as the repository:
https://syncandshare.lrz.de/getlink/fiHYsEHxgJBhM342MJhQKg3E/
You can test whether everything is fine by going through these steps:
~\directory-of-my-choice\pyGRETA> git checkout Australia_example
$ conda activate ren_ts
$ cd code
$ python runme.py
Software recommendations: QGIS, Notepad++
If you encounter any issues, please contact Kais Siala [email protected]. You can also attend the workshop without installing the software, but you will not be able to run the experiments on your computer.
- Prepare examples (e.g. Ghana and/or Ecuador): run the scripts for these countries and compress the output in one RAR file / send a link to a shared folder.
- Create a separate branch for each example, with the corresponding settings in config.py and runme.py.