-
Notifications
You must be signed in to change notification settings - Fork 0
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
Added all contacts to the DataCite metadata with pycsw upgrade. #11
Conversation
} | ||
|
||
|
||
class CatalogueBackend(GenericCatalogueBackend): | ||
def __init__(self, *args, **kwargs): | ||
GenericCatalogueBackend.__init__(CatalogueBackend, self, *args, **kwargs) | ||
self.catalogue.formats = ["Atom", "DataCite", "DIF", "Dublin Core", "ebRIM", "FGDC", "ISO"] | ||
self.catalogue.formats = ["Atom", "DIF", "Dublin Core", "ebRIM", "FGDC", "ISO"] |
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.
@ahmdthr what happened to DataCite
?
@@ -37,8 +39,8 @@ | |||
"pycsw:SensorType": "sensortype", | |||
"pycsw:CloudCover": "cloudcover", | |||
"pycsw:Bands": "bands", | |||
"pycsw:Themes": "themes", | |||
"pycsw:Contacts": "contacts", | |||
"pycsw:Themes": "csw_themes", |
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.
cannot spot both themes
nor csw_themes
.. where are those defined?
c3309ef
to
10b8035
Compare
@ahmdthr The tests are failing. It seems that there are dependency issues as running them locally reveals the following:
Could you please double check what iis wrong here? |
@ahmdthr I added |
DataCite metadata now includes all contacts with multiple roles using the pycsw 3
Checklist
For all pull requests:
The following are required only for core and extension modules (they are welcomed, but not required, for contrib modules):
Submitting the PR does not require you to check all items, but by the time it gets merged, they should be either satisfied or inapplicable.