-
Notifications
You must be signed in to change notification settings - Fork 193
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
Cannot harvest ISO 19115 metadata hosted in pycsw #219
Comments
There are many versions of ISO 19115; CKAN does not support all of them. Here is the version that I believe the harvester is written for: https://service.ncddc.noaa.gov/rdn/www/metadata-standards/documents/MD-Metadata.pdf |
ccancellieri
added a commit
to ccancellieri/ckanext-spatial
that referenced
this issue
Oct 22, 2021
ccancellieri
added a commit
to ccancellieri/ckanext-spatial
that referenced
this issue
Oct 22, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi all,
just install CKAN 2.8.2 and the last version from master branch of ckanext-harvest and ckanext-spatial.
My goal is to have CKAN harvest XML metadata ISO 19115 hosted by pycsw.
I used the command harvester run_test to test the first harvest (see the output below).
The harvester was not able to get any metadata file. As matter of fact it generates a lot of "Empty record for GUID xxx" message.
My guess is that the metadata exposed vi pycsw start with
<gmi:MI_Metadata>
while looks like the CKAN CSW harvester looks for
<gmd:MD_Metadata>
Is that correct?
Any suggestions?
Thanks
The text was updated successfully, but these errors were encountered: