-
Notifications
You must be signed in to change notification settings - Fork 14
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
CLI to validate a scenario data file #404
Comments
I find the name |
Sorry for not being sufficiently clear in my proposal - in my understanding,
#419 implements step 1, with 2 and 3 to be added as we move forward... |
Ah ok thanks for the clarification. To avoid further misunderstandings, by "added as we move forward" you mean that #419, will be merged and then follow-up RPs will implement 2 and 3, or should this all be in #419? |
Keep the PRs clean and simple, so I suggest to merge #419. Not sure how soon we can move forward with the next steps. |
Agreed on the strategy of nice, small PRs. |
To make it easier for non-expert users to check their data against a DataStructureDefinition, we need a simple CLI that takes an input file (IAMC scenario data) and validates it against a the definitions.
Basically, this should be a reduced version of
cli_run_workflow
, but only take aninput file
(required) and adefinitions
folder (default to 'definitions'). No output, only raising errors if validation fails.I suggest to call the CLI
nomenclature validate-scenarios
(and the functioncli_validate_scenarios
).The text was updated successfully, but these errors were encountered: