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: API Tutorial 02 - Upload data to the Open Energy Platform using the API #234

Open han-f opened 1 month ago

han-f commented 1 month ago

Please provide feedback on the tutorial https://openenergyplatform.github.io/academy/tutorials/01_api/02_api_upload/ 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.

flohrreija-oeko commented 1 month ago

Some suggestions to make the code and learning process more understandable, only little details:

  1. It would be useful to check the learning process to provide a link to access the table/data that was just uploaded (e.g. by adding in the code print(URL) for the URL where the table is to be found)
  2. one could include a hint (or e.g. a link to the beguinners guide to upload data) about how to upload data if one is uploading e.g. from an excel file (and not an already json serialized file)