-
Notifications
You must be signed in to change notification settings - Fork 80
Support metadata only distributions, complete nonstandard dataset support (v2) #203
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
Support metadata only distributions, complete nonstandard dataset support (v2) #203
Conversation
f4e1185 to
7c41642
Compare
be7a3d1 to
2c72f03
Compare
|
Before this is merged, i need to go through and run the code changes; this was done open loop and while vscode is happy this needs to be tested. |
bhilburn
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor changes only
aaf9333 to
5a5abc5
Compare
|
@bhilburn comments addressed; i had to make a few changes to the code but it is behaving well with everything i can throw at it. |
|
@Teque5 if you have a few minutes to review the code here that would be appreciated |
also adds code support for NCDs and metadata only distributions
5a5abc5 to
2968706
Compare
|
LGTM 👍🏼 |
This defines a new field
core:metadata_onlywhich allows a metadata file to be distributed by its self.This also improves tooling and schema for non-standard recordings. There are some edge cases here that are resolved by an explicit dataset hierarchy in the case of conflicts:
core:datasetfield (Non-Compliant Dataset) if it existsAlternate to #198
Closes #183