Skip to content
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

OrganisationRegistrationAgency refers to non-existent categories #92

Closed
WimVanDerZijden opened this issue Apr 18, 2016 · 5 comments
Closed

Comments

@WimVanDerZijden
Copy link

I'm running into more consistency issues while importing the codelists into a relational DB.

OrganisationRegistrationAgency contains category elements that do not exist in its category codelist: Country: XM and XI.

    <codelist-item public-database="1">
      <code>XI-IATI</code>
      <name>
        <narrative>International Aid Transparency Initiative Organisation Identifier</narrative>
      </name>
      <description>
        <narrative>XI-IATI is a list of organisation identifiers that is maintained by the IATI Secretariat. Any publisher may apply to the IATI Technical Team for an identifier to be generated.</narrative>
      </description>
      <category>XI</category>
      <url>http://iatistandard.org/codelists/IATIOrganisationIdentifier/</url>
    </codelist-item>
    <codelist-item public-database="1">
      <code>XI-PB</code>
      <name>
        <narrative>Public Bodies</narrative>
      </name>
      <description>
        <narrative>Public Bodies aims to provide a unique ID for every part of every government.</narrative>
      </description>
      <category>XI</category>
      <url>http://publicbodies.org/</url>
    </codelist-item>
    <codelist-item public-database="1">
      <code>XM-DAC</code>
      <name>
        <narrative>OECD Development Assistance Committee</narrative>
      </name>
      <description>
        <narrative>See Donor, Agency, and Delivery Channel codes</narrative>
      </description>
      <category>XM</category>
      <url>http://www.oecd.org/dac/stats/dacandcrscodelists.htm</url>
    </codelist-item>
    <codelist-item public-database="1">
      <code>XM-OCHA</code>
      <name>
        <narrative>United Nations Office for the Coordination of Humanitarian Affairs</narrative>
      </name>
      <description>
        <narrative>OCHA is the part of the United Nations Secretariat responsible for bringing together humanitarian actors to ensure a coherent response to emergencies.</narrative>
      </description>
      <category>XM</category>
      <url>http://www.unocha.org</url>
    </codelist-item>

@hayfield
Copy link
Contributor

hayfield commented Nov 1, 2017

@IATI/bas How do the org-id changes impact this?

@amy-silcock
Copy link
Contributor

XM and XI refer to:

X = No country
I = international organisation
M = multilateral organisation

Does that help @WimVanDerZijden?

@andylolz
Copy link
Contributor

andylolz commented Jan 15, 2019

This has since been changed, so that the category used for these codes is -. See for example: https://github.com/IATI/IATI-Codelists-NonEmbedded/blob/0d12745eff6e119441b295b851f8a2364b1bcafc/xml/OrganisationRegistrationAgency.xml#L3005-L3023

This seems arguably worse, but it’s directly imported from org-id.guide, so it’s best to raise the issue here: https://github.com/openDataServices/org-ids/issues

@andylolz
Copy link
Contributor

andylolz commented Jan 18, 2019

This seems arguably worse, but it’s directly imported from org-id.guide, so it’s best to raise the issue here: https://github.com/openDataServices/org-ids/issues

I’ve done so here: OpenDataServices/org-ids#212

…so I think it’s fine to close this.

@PetyaKangalova
Copy link

Thanks, closing the issue.

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

No branches or pull requests

5 participants