-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Review: open_MODEX-base_scenario #71
Comments
metadata can now be parsed by omi. content looks good. (When) will there be any data uploaded to the oep? |
The upload is in progress. ATM we only have some incomplete data sets on the OEP. There are still some minor data-related issues. |
I noticed that the json covers several resources. However not all 4 tables that can be found when searching modex on the OEP are covered. Specifically oed_data is missing. At the same time, the three resources are listed in the metadata of each individual table, which I think is technically wrong. The tables might belong together, but the table description should reference only values of the table it describes. Contentwise everything looks ok, as far as i can tell. |
It's more complicated than I first thought, actually. There's a separate table for values, it appears. It is named oed_scalar and has resource descriptions in the metadata. However the table oed_data matches the resource description under |
I cannot just download and reupload a new table, because i"m missing the column descriptions to create the new table (due to the same faulty metadata). I also have no time to write new column descriptions for the upload until tomorrow, because my train just arrived. I recommend showing the tables as is in the current directory. They have metadata that is largely correct. Fixing the structure is beyond what I can deliver today. Let me know if I can still help tomorrow forenoon @Ludee . Maybe @jh-RLI can either do a quick fix, or explain why this makes sense the way it is. |
I guess that's the problem with the OEDatamodel. It has two formats and the metadata has to fit both. |
That's right, we used the oed-concrete format to create the metadata because that's the format a user should apply. The missing table only appears in the oed-normalization format. The normalization format is meant to be used on the database. |
Should be fixed. |
Issue description
I'm submitting an open dataset with a corresponding OEMetadata string for review.
The oedatamodel is a collection of multiple tables that are described in the resources. open_MODEX uses the oedatamodel to store input and output related data in the oedatamodel tables. The tables are used as a shared homogonous data source for the framework comparison.
Workflow checklist
Metadata and data for review
Here are the links to my data and metadata. Naming follows the pattern model_draft.project_nameofdata:
Metadata:
v1.4Data: https://openenergy-platform.org/dataedit/view/model_draft/project_nameofdata
Reviewed and published metadata and data
Final naming and location of the data and metadata after the review are as follows:
schema.tablename
The text was updated successfully, but these errors were encountered: