OpenEnergyPlatform / oemetadata

Repository for the Open Energy Family metadata. Contains metadata templates, examples and schemas. For metadata conversion see https://github.com/OpenEnergyPlatform/omi
https://openenergyplatform.github.io/oemetadata/
MIT License
21 stars 3 forks source link

oemetadata 1.5.0 release #56

Closed chrwm closed 2 years ago

chrwm commented 2 years ago

Working on oemetadata release v1.5. Create a pull request once all tasks from release project are addressed.

The following issues will be closed by this PR: closes #60 closes #52 closes #41

This PR also reintroduces the automated tests (CI) for this repository. For this purpose, the test platform was switched from travis ci to github actions. The test procedure is defined in the corresponding configuration file: oemetadata/.github/workflows/metadata-test.yml

chrwm commented 2 years ago

Issues #38 and #19 still remain unsolved, but the review can start. Suitable examples are still missing for the newly introduced keys for the json-ld.

jh-RLI commented 2 years ago

Please add changes to the CHANGELOG.md file @chrwm

jh-RLI commented 2 years ago

why there ist still a future folder with the json-ld data? I think it would be better to rename the folder to linked data or something similar.

jh-RLI commented 2 years ago

Aside from the two questions from above, the PR looks good. I will start updating the test for version 1.5. When everything is ready the relase can be finished and finally the pip package can be updated.

chrwm commented 2 years ago

Hi @jh-RLI, I addressed your two points above.

Ludee commented 2 years ago

I found several small issues that need to be improved:

The example metadata needs improvement

Ludee commented 2 years ago

I also checked the old version and fixed the broken links

Ludee commented 2 years ago

Only open issue is the draft07 folder in metaschema

jh-RLI commented 2 years ago

Only open issue is the draft07 folder in metaschema

this folder respectively the files are used to validate a schema. See the documentation. The name draft07 stands for the used version of the metaschema. In fact, there is already a more recent version.

jh-RLI commented 2 years ago

@Ludee
The folder v150: From my point of view the data are now double in the repository. in the folder latest is the version v1.5.0. the structure was designed so that the historical version is always stored as a folder with the version and the current version in the latest folder.