academy
academy copied to clipboard
The Open Energy Academy is a collection of courses, tutorials, and questions for the Open Energy Family
## Summary of the discussion In this issue (https://github.com/OpenEnergyPlatform/ontology/issues/1808) it was decided that the academy course among other things should be reworked to be more accessible to newcomers. Being a...
## Description of the issue Write a tutorial explaining what OEMetaData are and giving a detailed description of the OMeatDataBuilder. ## Ideas of solution Describe possible ideas for solution and...
## Description of the issue First some general things: - [x] Two courses (01 & 05) don't have an introduction text with a link to a git issue to give...
## Description of the issue We want to write a tutorial that describes the process of creating a scenario bundle. For now we leave out the comparison of scenario bundles....
## Description of the issue There are a few [links in the academy](https://github.com/search?q=repo%3AOpenEnergyPlatform%2Facademy+https%3A%2F%2Foep-data-interface.readthedocs.io%2F&type=code) that still point to the old api documentation https://oep-data-interface.readthedocs.io/en/latest/index.html. We should remove the link, only Martin has...
## Description of the issue - [x] 1. In section 1 the screenshots don't represent the current design of the web pages. (see also comment on issue #220) The picture...
## Description of the issue The oedialect repository links to outdated tutorials (dead links). There is no oedialect tutorial available on the Academy's website. In general, there are many complaints...
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...
Please review course 07 : https://openenergyplatform.github.io/academy/courses/07_metadata/ and provide your feedback as comments below. Feedback can include pointing out errors (such as broken links, things that do not work as described)...
According to multiple tutorials, columns can be configured to not allow NULL values by adding `"is_nullable": "NO"`in the definition. This does not work. Here is a complete example. I create...