-
Notifications
You must be signed in to change notification settings - Fork 51
GBIF EML Profile #268
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
base: master
Are you sure you want to change the base?
GBIF EML Profile #268
Conversation
|
I'm not sure of how to deal with additional metadata that this format requires, @tomkralidis do you have any advice on how to deal with such values and to provide some validation? |
(sorry for the delay/late response) Simply add the values in the MCF as you see fit. You will want to document them and add a schema definition. Using WCMP2 as an example:
As for validation, would this mean validating the MCF with the EML extensions, or the EML output, or both? We currently only have core MCF validation, but could add validation as needed. Please feel free to chime in on #264. |
|
Thank you :) I meant validating the MCF with EML extension. My main focus now is to allow converting a EML document to other metadata formats (so mostly the |
Yes, this is fine. |
69501a8 to
2682ca9
Compare
|
@nicokant let us know when this PR is ready for review. |
Add support for importing and transforming from GBIF EML profile of metadata.
fixes #259