Skip to content
This repository has been archived by the owner on Apr 15, 2021. It is now read-only.

Distributor, author not populated in ISO XML output. #619

Open
smrgeoinfo opened this issue Apr 21, 2015 · 1 comment
Open

Distributor, author not populated in ISO XML output. #619

smrgeoinfo opened this issue Apr 21, 2015 · 1 comment
Assignees
Milestone

Comments

@smrgeoinfo
Copy link

Ref http://search.geothermaldata.org/dataset/heat-flow-in-the-gulf-coastal-plain6d7c4
there are two authors, they don't show up in the ISO XML

<gmd:citedResponsibleParty>
  <gmd:CI_ResponsibleParty>
      <gmd:individualName>
                 <gco:CharacterString>None</gco:CharacterString>
        </gmd:individualName>

there is also a distributor, and the distributor elements are also empty:

<gmd:distributor>
   <gmd:MD_Distributor>
      <gmd:distributorContact>
          <gmd:CI_ResponsibleParty>
           ...

Seems that the mapping from parties to the ISO responsibleParty is not happening.

steve

@smrgeoinfo
Copy link
Author

This is probably related to the mishandling of the CKAN package to ISO XML mapping that the edit UI is using. The ISO XML from the CSW (generated via the pyCSW data tables) is complete. Should be sdolved by #635

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants