-
Notifications
You must be signed in to change notification settings - Fork 279
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
adds support for gmx:anchor in gmd:identifier #947
adds support for gmx:anchor in gmd:identifier #947
Conversation
16ac5cb
to
a8b0a2c
Compare
06261a5
to
83e8568
Compare
the gmx:Anchor element typically contains a uri and a label, in some cases both values are stored as
in the case of uricode it probably makes more sense to store a single value. Also because the type is array, adding uricode = [a,b,c] and uricode_url = [a1,b1,c1] would not make much sense. |
tests/test_iso_parsing.py
Outdated
assert_list(iden.uricode, 1) | ||
assert iden.uricode[0] == 'https://www.nationaalgeoregister.nl/geonetwork/srv/metadata/f44dac86-2228-412f-8355-e56446ca9933' | ||
|
||
# gmd:pointOfContact/gmd:CI_ResponsibleParty/gmd:organisationName/gmx:Anchor = 'http://standaarden.overheid.nl/owms/terms/Ministerie_van_Defensie' |
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.
Can these lines be removed (the commented-out lines at the end of this file)?
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.
Hi Seth, it was a reminder of upcoming work, but I removed it
83e8568
to
3824231
Compare
Thanks @pvgenuchten - CI all passing, and looks good to me - merging. |
optimizes #946