AuScope / ckan-docker

Scripts and images to run CKAN using Docker Compose
0 stars 2 forks source link

The records published via the repository should be findable through the ARDC Research Data Australia (RDA) #83

Closed kitchenprinzessin3880 closed 2 months ago

kitchenprinzessin3880 commented 5 months ago

two ways

  1. use ckan extension iso
  2. use pycsw Vincent to compare both ways and implement the harvesting in milestone 3
kitchenprinzessin3880 commented 3 months ago

Test instance of AuScope geonetwork - https://augeonetwork-dev.geoanalytics.group/geonetwork

vjf commented 2 months ago

We had a couple of issues:

  1. Older version of 'requests' library caused truncation of data sent to Geonetwork, possibly related to https://github.com/psf/requests/issues/6439
  2. Older records left over from previous iterations causing the 'iso19115' plugin to create errors
kitchenprinzessin3880 commented 2 months ago

Issues found and resolved:

  1. RDA wasn't able to harvest the record from the AuScope network as the existing record contact coordinates value is in decimal (not real number). Anu has fixed the record values manually via the geonetwork (dev and prod).
  2. the records inserted from the repository into AuScope Geonetwork do not have the category 'Dataset'. This will be address as part of next project phase.
  3. for the records exported from the data repository, the landing page url included in the iso XML is incorrect e.g. <gco:CharacterString>https://sample.data.auscope.org.au</gco:CharacterString>: this has been fixed by vincent
  4. The harvester at https://researchdata.ardc.edu.au/registry/ is set with 'manual publication'. Anu has disabled it on the production registry only- this means the records harvested by RDA will be automatically published at RDA (prod) portal.
  5. Update record in Geonetwork if the record already exists - This will be address as part of next project phase.
kitchenprinzessin3880 commented 2 months ago

@vjf https://demo.researchdata.ardc.edu.au harvesting records from prod geonetwork see below. I have updated it to dev geonetwork

Screenshot 2024-06-21 at 6 56 13 PM