OpenEnergyPlatform / academy

The Open Energy Academy is a collection of courses, tutorials, and questions for the Open Energy Family
https://openenergyplatform.github.io/academy/
GNU Affero General Public License v3.0
17 stars 7 forks source link

Feedback on: OEP Client Tutorial 01 - Download data from the Open Energy Platform using the OEP Client in a python script #235

Closed han-f closed 1 month ago

han-f commented 1 month ago

Please provide feedback on the tutorial https://openenergyplatform.github.io/academy/tutorials/02_oep_client/01_client_python_download/ in comments below. Feedback can include pointing out errors (such as broken links, things that do not work as described) any suggestions for improvements, things that you expected but missed, etc.

han-f commented 1 month ago

from @flohrreija-oeko:

Some general comments on all oepclient tutorials:

I would suggest to the add the feedback link to this issue both at the beginning and in the about section of the tutorial ( The code did not work (understandably) until i was a member of the OEP group in GitHub, it could be added as a requirement for clarity

Comments on 01_client_python_download.ipynb

It also (see first comment of the issue) took me some time to understand that "tutorial_example_table" is an already existing table in model_draft - either a hint on this in the comments of the code or e.g. a codeline to get the url where the table is located (also to verify if everything worked) would be great!